Skip to content

Commit b9a899d

Browse files
committed
chore: Update mcl-blockchain dependency
There are no package version updates. The primary difference is that RISC0 is now compiled with the unstable feature. All other hash updates come from the switch from rust-bin to fenix.
1 parent 797faa9 commit b9a899d

File tree

23 files changed

+774
-587
lines changed

23 files changed

+774
-587
lines changed

flake.lock

Lines changed: 110 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zkvms/jolt/guest/Cargo.lock

Lines changed: 81 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zkvms/jolt/guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "guest"
99
path = "./src/lib.rs"
1010

1111
[dependencies]
12-
jolt = { package = "jolt-sdk", path = "/nix/store/zgrhjdmxaijxw6kx6b0k2yxigrrb3f94-jolt-unstable-2025-03-12/jolt-sdk", features = ["guest-std"] }
12+
jolt = { package = "jolt-sdk", path = "/nix/store/nz0lr1zlwigzz4hljk4pkxgbh5h3sfws-jolt-unstable-2025-03-12/jolt-sdk", features = ["guest-std"] }
1313

1414
wrapper_macro = { version = "0.1.0", path = "../wrapper_macro" }
1515

0 commit comments

Comments
 (0)