Update openvm to v1.4.1 (#195)

This commit is contained in:
Han
2025-11-01 11:32:11 +08:00
committed by GitHub
parent f4b99ab7fd
commit 0b6a839f7a
7 changed files with 151 additions and 125 deletions

View File

@@ -6,5 +6,5 @@ edition = "2021"
[workspace]
[dependencies]
openvm = { git = "https://github.com/openvm-org/openvm.git", features = ["std"], tag = "v1.4.0" }
openvm = { git = "https://github.com/openvm-org/openvm.git", features = ["std"], tag = "v1.4.1" }
ere-test-utils = { path = "../../../crates/test-utils" }