Skip to content

Commit

Permalink
fix(signer): make sp-core an optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed May 27, 2024
1 parent e8a9232 commit b20334c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ regex = { workspace = true, features = ["unicode"] }
hex = { workspace = true, features = ["alloc"] }
cfg-if = { workspace = true }
codec = { package = "parity-scale-codec", workspace = true, features = ["derive"] }
sp-core = { workspace = true, optional = true }
sp-crypto-hashing = { workspace = true }
pbkdf2 = { workspace = true }
sha2 = { workspace = true }
Expand Down

0 comments on commit b20334c

Please sign in to comment.