fix: pin openvm version and upgrade the latest tag (#32)

This commit is contained in:
Han
2025-06-05 17:43:35 +08:00
committed by GitHub
parent 6728fde39c
commit bd37fb0c9f
4 changed files with 413 additions and 415 deletions

View File

@@ -29,7 +29,7 @@ ensure_tool_installed "git" "to install cargo-openvm from a git repository"
ensure_tool_installed "cargo" "to build and install Rust packages"
OPENVM_TOOLCHAIN_VERSION="nightly-2025-02-14"
OPENVM_CLI_VERSION_TAG="v1.1.2"
OPENVM_CLI_VERSION_TAG="v1.2.0"
# Install the specific nightly toolchain for OpenVM
echo "Installing OpenVM-specific Rust toolchain: ${OPENVM_TOOLCHAIN_VERSION}..."