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:
Luke Parker
2025-12-03 16:35:01 -05:00
parent 3ce90c55d9
commit 87750407de
7 changed files with 18 additions and 19 deletions

View File

@@ -1,3 +1,3 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![no_std]
pub use bip39::*;