Skip to content

Commit

Permalink
Update identity_ecdsa_verifier/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: wulfraem <[email protected]>
  • Loading branch information
Aconitin and wulfraem authored May 6, 2024
1 parent 4992ca9 commit 9ec2424
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions identity_ecdsa_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ rust-version.workspace = true
workspace = true

[dependencies]
identity_verification.workspace = true
k256 = { workspace = true, features = ["std", "ecdsa", "ecdsa-core"], optional = true }
p256 = { workspace = true, features = ["std", "ecdsa", "ecdsa-core"], optional = true }
signature.workspace = true
identity_verification = { version = "=1.2.0", path = "../identity_verification", default-features = false }
k256 = { version = "0.13.3", default-features = false, features = ["std", "ecdsa", "ecdsa-core"], optional = true }
p256 = { version = "0.13.2", default-features = false, features = ["std", "ecdsa", "ecdsa-core"], optional = true }
signature = { version = "2", default-features = false }

[dev-dependencies]
josekit.workspace = true
josekit = "0.8.6"
serde_json.workspace = true

[features]
Expand Down

0 comments on commit 9ec2424

Please sign in to comment.