Skip to content

Commit

Permalink
upgrade ed25519-zebra to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Feb 23, 2021
1 parent d0632ea commit 02695dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tower-batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tracing-futures = "0.2.5"
futures = "0.3.12"

[dev-dependencies]
ed25519-zebra = "2.1.0"
ed25519-zebra = "2"
rand = "0.7"
tokio = { version = "0.3.6", features = ["full"]}
tracing = "0.1.24"
Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ proptest-derive = { version = "0.3.0", optional = true }

# ZF deps
displaydoc = "0.1.7"
ed25519-zebra = "1"
ed25519-zebra = "2"
equihash = "0.1"
redjubjub = "0.2"
bitflags = "1.2.1"
Expand Down

0 comments on commit 02695dc

Please sign in to comment.