Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors = [""]
compiler_version = ">=1.0.0"

[dependencies]
bignum = { tag = "v0.8.0", git = "https://github.com/noir-lang/noir-bignum" }
bignum = { tag = "v0.8.2", git = "https://github.com/noir-lang/noir-bignum" }
poseidon = { git = "https://github.com/noir-lang/poseidon", tag = "v0.1.1" }