Update nexus to v0.3.5 (#197)

This commit is contained in:
Han
2025-11-01 13:59:40 +08:00
committed by GitHub
parent 65167d0753
commit 81c8c6a62c
5 changed files with 64 additions and 37 deletions

View File

@@ -31,7 +31,7 @@ ensure_tool_installed "rustup" "for managing Rust toolchains"
ensure_tool_installed "cargo" "as cargo-nexus is a cargo subcommand"
NEXUS_TOOLCHAIN_VERSION="nightly-2025-04-06"
NEXUS_CLI_VERSION_TAG="v0.3.4"
NEXUS_CLI_VERSION_TAG="v0.3.5"
# Install the Nexus CLI
echo "Installing Nexus CLI from GitHub repository..."