diff --git a/examples/custom_modulus_example/Nargo.toml b/examples/custom_modulus_example/Nargo.toml index 814a549..808ce27 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 b116b1c..503a052 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 0181aa2..cb70982 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