We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fe0ee commit cecb6b6Copy full SHA for cecb6b6
Nargo.toml
@@ -5,6 +5,6 @@ authors = [""]
5
compiler_version = ">=1.0.0"
6
7
[dependencies]
8
-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" }
9
poseidon = { git = "https://github.com/noir-lang/poseidon", tag = "v0.1.1" }
10
-
+
0 commit comments