Skip to content

Commit

Permalink
remove dev dependency version (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass authored Jan 25, 2024
1 parent 692fbea commit 2252c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ url = { version = "2.5", default-features = false }

[dev-dependencies]
anyhow = "1.0.62"
identity_eddsa_verifier = { version = "=1.1.0-alpha.1", path = "../identity_eddsa_verifier", default-features = false, features = ["ed25519"] }
identity_eddsa_verifier = { path = "../identity_eddsa_verifier", default-features = false, features = ["ed25519"] }
iota-crypto = { version = "0.23", default-features = false, features = ["ed25519", "std", "random"] }
proptest = { version = "1.4.0", default-features = false, features = ["std"] }
tokio = { version = "1.35.0", default-features = false, features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 2252c8b

Please sign in to comment.