Skip to content

Commit

Permalink
merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk committed Apr 27, 2023
1 parent 17a7981 commit 218f1e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ serde = [
"dep:serde",
"array-bytes",
"blake2",
"schnorrkel",
"base58",
"bs58",
"scale-info/serde",
"secrecy/alloc",
"impl-serde",
Expand Down
2 changes: 0 additions & 2 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
use crate::{ed25519, sr25519};
#[cfg(feature = "std")]
use bip39::{Language, Mnemonic, MnemonicType};
#[cfg(feature = "serde")]
use base58::{FromBase58, ToBase58};
use codec::{Decode, Encode, MaxEncodedLen};
#[cfg(feature = "std")]
use rand::{rngs::OsRng, RngCore};
Expand Down

0 comments on commit 218f1e8

Please sign in to comment.