mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
cargo-deny 0.18.8, remove bip39 git dependency
The former is necessary due to `cargo-deny` misinterpreting select licenses.
The latter is finally possible with the recent 2.2.1 release 🎉
This commit is contained in:
@@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
||||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
bip39 = { git = "https://github.com/rust-bitcoin/rust-bip39", commit = "f735e2559f30049f6738d1bf68c69a0b7bd7b858", default-features = false }
|
||||
bip39 = { version = "2.2.1", default-features = false }
|
||||
|
||||
[features]
|
||||
default = ["bip39/default"]
|
||||
|
||||
Reference in New Issue
Block a user