mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 20:26:26 +02:00
chore: pin Rust 1.60.0 (#1326)
This commit is contained in:
parent
b696e714aa
commit
fdc97bce46
@ -11,8 +11,8 @@ commands:
|
||||
- run:
|
||||
name: Setup Rust
|
||||
command: |
|
||||
rustup install stable
|
||||
rustup default stable
|
||||
rustup install 1.60.0
|
||||
rustup default 1.60.0
|
||||
rustup update
|
||||
rustc --version
|
||||
setup-rust-check:
|
||||
@ -163,7 +163,7 @@ commands:
|
||||
jobs:
|
||||
checks:
|
||||
docker:
|
||||
- image: circleci/rust:latest
|
||||
- image: cimg/rust:1.60.0
|
||||
auth:
|
||||
username: $DOCKER_USER
|
||||
password: $DOCKER_PASS
|
||||
@ -179,7 +179,7 @@ jobs:
|
||||
|
||||
build-and-test:
|
||||
docker:
|
||||
- image: circleci/rust:latest
|
||||
- image: cimg/rust:1.60.0
|
||||
auth:
|
||||
username: $DOCKER_USER
|
||||
password: $DOCKER_PASS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user