File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ write_files:
8888 if ! command -v cargo >/dev/null 2>&1; then
8989 log "opencode-cloud setup: install rust toolchain"
9090 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
91- bash -s -- -y --profile minimal --default-toolchain 1.85 .0
91+ bash -s -- -y --profile minimal --default-toolchain 1.88 .0
9292 log "opencode-cloud setup: rust toolchain installed"
9393 fi
9494
Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ Resources:
638638 if ! command -v cargo >/dev/null 2>&1; then
639639 log "opencode-cloud setup: install rust toolchain"
640640 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
641- bash -s -- -y --profile minimal --default-toolchain 1.85 .0
641+ bash -s -- -y --profile minimal --default-toolchain 1.88 .0
642642 log "opencode-cloud setup: rust toolchain installed"
643643 fi
644644
You can’t perform that action at this time.
0 commit comments