Skip to content

Commit

Permalink
update ed25519-dalek dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Apr 11, 2024
1 parent 0803fcf commit 0dd8a24
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 80 deletions.
100 changes: 21 additions & 79 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = '0.6.0'
description = "Reward citizens who participated in a crowdloan to acquire a parachain slot o nthe backing relay chain."

[dependencies]
ed25519-dalek = { version = "1.0.1", default-features = false, features = ["u64_backend", "alloc"], optional = true }
ed25519-dalek = { version = "2.1", default-features = false, optional = true }
log = { version = "0.4.20", default-features = false }
parity-scale-codec = { version = "3.6.5", default-features = false}
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 0dd8a24

Please sign in to comment.