Skip to content

Commit cecb6b6

Browse files
authored
chore!: update bignum dependency to version 0.8.2 (#95)
1 parent a1fe0ee commit cecb6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Nargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors = [""]
55
compiler_version = ">=1.0.0"
66

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

0 commit comments

Comments
 (0)