Skip to content

Commit

Permalink
fix curve25519-dalek version for nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Apr 19, 2024
1 parent 7a19c7c commit aea0b29
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
29 changes: 15 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions substrate/primitives/statement-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ sp-externalities = { path = "../externalities", default-features = false}
thiserror = { version = "1.0", optional = true }

# ECIES dependencies
ed25519-dalek = { version = "2.0.0", optional = true }
ed25519-dalek = { version = "2.1.0", optional = true }
x25519-dalek = { version = "2.0.0", optional = true, features = ["static_secrets"] }
curve25519-dalek = { version = "4.0.0", optional = true }
curve25519-dalek = { version = "4.1.0", optional = true }
aes-gcm = { version = "0.10", optional = true }
hkdf = { version = "0.12.0", optional = true }
sha2 = { version = "0.10.7", optional = true }
Expand Down

0 comments on commit aea0b29

Please sign in to comment.