Skip to content

Commit

Permalink
feat: use upgraded poseidon tag
Browse files Browse the repository at this point in the history
  • Loading branch information
han0110 committed Jan 31, 2024
1 parent b6dcd31 commit 7aa4844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
ecc = { path = "../ecc", default-features = false }
poseidon = { git = "https://github.com/privacy-scaling-explorations/poseidon.git", tag = "v2023_04_20" }
poseidon = { git = "https://github.com/privacy-scaling-explorations/poseidon.git", tag = "v2024_01_31" }
subtle = { version = "2.3", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 7aa4844

Please sign in to comment.