Skip to content

Commit

Permalink
relax version
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jul 7, 2024
1 parent ce461b8 commit 34e4faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ der = { version = "0.7", features = [
ed25519 = { version = "2.2", features = [
"pkcs8",
], default-features = false, optional = true }
ed25519-dalek = { version = "2.1", features = [
ed25519-dalek = { version = "^2", features = [
"std",
"alloc",
"digest",
Expand Down

0 comments on commit 34e4faf

Please sign in to comment.