File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,6 @@ compiler_version = ">=0.36.0"
6
6
7
7
[dependencies ]
8
8
rsa = { path = " ../lib" }
9
- bignum = { tag = " v0.4.0" , git = " https://github.com/noir-lang/noir-bignum" }
9
+ # bignum = { tag = "v0.4.0", git = "https://github.com/noir-lang/noir-bignum" }
10
+ bignum = {tag = " main" , git = " https://github.com/noir-lang/noir-bignum" }
11
+ # bignum = {path = "../../noir-bignum"}
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ authors = [""]
5
5
compiler_version = " >=0.36.0"
6
6
7
7
[dependencies ]
8
- bignum = {tag = " v0.4.0" , git = " https://github.com/noir-lang/noir-bignum" }
8
+ # bignum = {tag = "v0.4.0", git = "https://github.com/noir-lang/noir-bignum"}
9
+ bignum = {tag = " main" , git = " https://github.com/noir-lang/noir-bignum" }
10
+ # bignum = {path = "../../noir-bignum"}
You can’t perform that action at this time.
0 commit comments