Skip to content

Commit

Permalink
chore: update curve25519-dalek dependency (#40)
Browse files Browse the repository at this point in the history
Update to latest `version = "4.0.3"`
  • Loading branch information
SWvheerden committed Jul 12, 2023
2 parents 2fcc537 + ee0d7d3 commit f145468
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 @@ -9,7 +9,7 @@ description = "A smaller faster implementation of Bulletproofs"
[dependencies]
blake2 = "0.10"
byteorder = { version = "1", default-features = false }
curve25519-dalek = { package = "tari-curve25519-dalek", git = "https://github.com/tari-project/curve25519-dalek.git", tag = "v4.0.0-tarirc.3", features = ["serde", "rand_core"] }
curve25519-dalek = { package = "tari-curve25519-dalek", git = "https://github.com/tari-project/curve25519-dalek.git", version = "4.0.3", features = ["serde", "rand_core"] }
derive_more = "0.99"
derivative = "2.2"
digest = { version = "0.10", default-features = false }
Expand Down

0 comments on commit f145468

Please sign in to comment.