diff --git a/examples/example1/Nargo.toml b/examples/example1/Nargo.toml index 50abac5..2f9acbc 100644 --- a/examples/example1/Nargo.toml +++ b/examples/example1/Nargo.toml @@ -5,4 +5,4 @@ authors = [""] compiler_version = ">=0.34.0" [dependencies] -noir_base64 = { path = "../../lib" } \ No newline at end of file +noir_base64 = { path = "../.." } \ No newline at end of file diff --git a/examples/example2/Nargo.toml b/examples/example2/Nargo.toml index 790a860..0debc41 100644 --- a/examples/example2/Nargo.toml +++ b/examples/example2/Nargo.toml @@ -5,4 +5,4 @@ authors = [""] compiler_version = ">=0.34.0" [dependencies] -noir_base64 = { path = "../../lib" } \ No newline at end of file +noir_base64 = { path = "../.." } \ No newline at end of file