diff --git a/Nargo.toml b/Nargo.toml index 6982c66..c740675 100644 --- a/Nargo.toml +++ b/Nargo.toml @@ -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 = { git = "https://github.com/noir-lang/noir-bignum", tag = "v0.8.2" } poseidon = { git = "https://github.com/noir-lang/poseidon", tag = "v0.1.1" } - \ No newline at end of file +