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

@@ -28,7 +28,7 @@ ensure_tool_installed "rustup" "to manage Rust toolchains"
ensure_tool_installed "git" "to install cargo-openvm from a git repository"
ensure_tool_installed "cargo" "to build and install Rust packages"
OPENVM_CLI_VERSION_TAG="v1.4.0"
OPENVM_CLI_VERSION_TAG="v1.4.1"
# Install cargo-openvm using the specified toolchain and version tag
echo "Installing cargo-openvm (version ${OPENVM_CLI_VERSION_TAG}) from GitHub repository (openvm-org/openvm)..."