update jolt lib to latest, nightly toolchain updated

This commit is contained in:
MuhtasimTanmoy
2024-11-23 13:09:14 +06:00
committed by tanmoy
parent b79ccb6243
commit 9b456b4836
6 changed files with 435 additions and 471 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@ codegen-units = 1
lto = "fat"
[dependencies]
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", features = ["host"] }
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", rev = "dd9e5c4bcf36ffeb75a576351807f8d86c33ec66", features = ["host"] }
guest = { path = "./guest" }
serde_json = "1.0.128"

View File

@@ -11,4 +11,4 @@ path = "./src/lib.rs"
guest = []
[dependencies]
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", features = ["guest-std"]}
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", rev = "dd9e5c4bcf36ffeb75a576351807f8d86c33ec66", features = ["guest-std"] }

Binary file not shown.

View File

@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-08-01"
channel = "nightly-2024-09-30"
targets = ["riscv32im-unknown-none-elf"]

View File

@@ -1,4 +1,4 @@
{
"n": 100,
"n": 37500,
"expected": 541
}
}