Skip to content

Commit

Permalink
Change copypasted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Jan 17, 2025
1 parent 410e559 commit 826410c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions signer/tests/no-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ publish = false

[dev-dependencies]

# This crate is not a part of the workspace, because we want to
# enable the "web" feature here but don't want it enabled as part
# of workspace builds. Also disable the "subxt" feature here because
# we want to ensure it works in isolation of that.
# This crate is not a part of the workspace, to ensure that no features
# are enabled for it at the workspace level; which conflict with this test.
subxt-signer = { path = "../../", default-features = false, features = [
"sr25519",
"ecdsa",
Expand Down

0 comments on commit 826410c

Please sign in to comment.