feat: upgrade ziren & pico & miden (#247)

Co-authored-by: Han <tinghan0110@gmail.com>
This commit is contained in:
Paul
2025-12-15 12:13:49 +08:00
committed by GitHub
parent 19d90f8276
commit d15d36aa0a
16 changed files with 460 additions and 451 deletions

View File

@@ -29,7 +29,7 @@ ensure_tool_installed "git" "to install pico-cli from a git repository"
ensure_tool_installed "cargo" "to build and install Rust packages"
PICO_TOOLCHAIN_VERSION="nightly-2025-08-04"
PICO_CLI_VERSION_TAG="v1.1.10"
PICO_CLI_VERSION_TAG="v1.2.0"
# Install the specific nightly toolchain for Pico
echo "Installing Pico-specific Rust toolchain: ${PICO_TOOLCHAIN_VERSION}..."

View File

@@ -28,7 +28,7 @@ echo "Installing ZKM Toolchain using zkmup (latest release versions)..."
ensure_tool_installed "curl" "to download the zkmup installer"
ensure_tool_installed "sh" "as the zkmup installer script uses sh"
ZIREM_VERSION="1.2.2"
ZIREM_VERSION="1.2.3"
# Step 1: Download and run the script that installs the zkmup binary itself.
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ProjectZKM/toolchain/refs/heads/main/setup.sh | sh