Skip to content

Commit

Permalink
update decaf version
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Jan 26, 2024
1 parent 4cdd8ed commit 9cb1389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ repository = "https://github.com/penumbra-zone/decaf377-rdsa"
[dependencies]
blake2b_simd = "0.5"
byteorder = "1.3"
decaf377 = { version = "0.5", default-features = false }
# decaf377 = { version = "0.5", default-features = false }
decaf377 = { git = "https://github.com/penumbra-zone/decaf377", branch = "update-deps", default-features = false }
digest = "0.9"
rand_core = "0.6"
serde = { version = "1", optional = true, features = ["derive"] }
Expand Down

0 comments on commit 9cb1389

Please sign in to comment.