diff --git a/examples/custom_modulus_example/Nargo.toml b/examples/custom_modulus_example/Nargo.toml index 814a549a..808ce275 100644 --- a/examples/custom_modulus_example/Nargo.toml +++ b/examples/custom_modulus_example/Nargo.toml @@ -5,4 +5,4 @@ authors = [""] compiler_version = ">=0.34.0" [dependencies] -bignum = { path = "../../lib" } \ No newline at end of file +bignum = { path = "../.." } \ No newline at end of file diff --git a/examples/ed25519_example/Nargo.toml b/examples/ed25519_example/Nargo.toml index b116b1c6..503a0527 100644 --- a/examples/ed25519_example/Nargo.toml +++ b/examples/ed25519_example/Nargo.toml @@ -5,4 +5,4 @@ authors = [""] compiler_version = ">=0.34.0" [dependencies] -bignum = { path = "../../lib" } \ No newline at end of file +bignum = { path = "../.." } \ No newline at end of file diff --git a/examples/runtime_modulus_example/Nargo.toml b/examples/runtime_modulus_example/Nargo.toml index 0181aa23..cb709821 100644 --- a/examples/runtime_modulus_example/Nargo.toml +++ b/examples/runtime_modulus_example/Nargo.toml @@ -5,4 +5,4 @@ authors = [""] compiler_version = ">=0.34.0" [dependencies] -bignum = { path = "../../lib" } \ No newline at end of file +bignum = { path = "../.." } \ No newline at end of file