Skip to content

Commit a4489cc

Browse files
experiment
1 parent 6b9588e commit a4489cc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

example/Nargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ compiler_version = ">=0.36.0"
66

77
[dependencies]
88
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"}

lib/Nargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ authors = [""]
55
compiler_version = ">=0.36.0"
66

77
[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"}

0 commit comments

Comments
 (0)