Skip to content

Commit

Permalink
small toml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
coax1d committed Dec 16, 2024
1 parent adfb068 commit 44305ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions substrate/primitives/application-crypto/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-api = { workspace = true, default-features = true }
sp-application-crypto = { workspace = true, default-features = true }
sp-core = { workspace = true, features = ["full_crypto"] }
sp-core = { workspace = true }
sp-keystore = { workspace = true }
substrate-test-runtime-client = { workspace = true, features = ["bls-experimental"] }

[features]
std = []

bls-experimental = ["substrate-test-runtime-client/bls-experimental"]

0 comments on commit 44305ee

Please sign in to comment.