Skip to content

Commit

Permalink
Merge pull request sigstore#223 from vembacher/fix/ed25519-version-co…
Browse files Browse the repository at this point in the history
…nflict

Fix ed25519 version conflict
  • Loading branch information
flavio authored Mar 2, 2023
2 parents 25dc99b + 6a8d24a commit 96e039c
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 @@ -57,7 +57,7 @@ const-oid = "0.9.1"
der = "0.6.1"
digest = "0.10.3"
ecdsa = { version = "0.15", features = [ "pkcs8", "digest", "der" ] }
ed25519 = { version = "2", features = [ "alloc" ] }
ed25519 = { version = "=2.1", features = [ "alloc" ] }
ed25519-dalek = { version = "2.0.0-pre.0", features = [ "pkcs8", "rand_core" ] }
elliptic-curve = { version = "0.12.2", features = [ "arithmetic", "pem" ] }
lazy_static = "1.4.0"
Expand Down

0 comments on commit 96e039c

Please sign in to comment.