mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
feat: upgrade ziren & pico & miden (#247)
Co-authored-by: Han <tinghan0110@gmail.com>
This commit is contained in:
@@ -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}..."
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user