Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Mar 1, 2024
1 parent 24432a5 commit 93e1131
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 @@ -11,7 +11,7 @@ repository = "https://github.com/penumbra-zone/decaf377-rdsa"
[dependencies]
blake2b_simd = "0.5"
byteorder = "1.3"
decaf377 = {git = "https://github.com/penumbra-zone/decaf377", rev = "69171e407483aa4fcf66438d4ac4d706e6455da7", features = ["arkworks", "r1cs"]}
decaf377 = {git = "https://github.com/penumbra-zone/decaf377", branch = "visibility", features = ["arkworks", "r1cs"]}
digest = "0.9"
rand_core = "0.6"
serde = { version = "1", optional = true, features = ["derive"] }
Expand Down

0 comments on commit 93e1131

Please sign in to comment.