Upgrade zisk to v0.12.0 (#157)

This commit is contained in:
Han
2025-10-02 20:14:16 +08:00
committed by GitHub
parent f78a21ba1e
commit b8a1cfae86
8 changed files with 28 additions and 32 deletions

View File

@@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
ziskos = { git = "https://github.com/0xPolygonHermez/zisk.git", tag = "v0.11.0" }
ziskos = { git = "https://github.com/0xPolygonHermez/zisk.git", tag = "v0.12.0" }
test-utils = { path = "../../../crates/test-utils" }