diff --git a/shake256-33bytes-demo/Cargo.toml b/shake256-33bytes-demo/Cargo.toml index ff03999..f460966 100644 --- a/shake256-33bytes-demo/Cargo.toml +++ b/shake256-33bytes-demo/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1", default-features = false, features = ["derive", "alloc" [package.metadata.risc0] methods = ["methods/guest"] +# methods = {path = "methods"} - -[build-dependencies] -risc0-build = "2.3.1" \ No newline at end of file + [build-dependencies] + risc0-build = "2.3.1" \ No newline at end of file diff --git a/shake256-33bytes-demo/methods/Cargo.toml b/shake256-33bytes-demo/methods/Cargo.toml index f5da0df..09de514 100644 --- a/shake256-33bytes-demo/methods/Cargo.toml +++ b/shake256-33bytes-demo/methods/Cargo.toml @@ -8,3 +8,4 @@ risc0-build = { version = "2.3.1" } [package.metadata.risc0] methods = ["guest"] +