Skip to content

Commit

Permalink
bumping rust version to 1.59.0 to fix compiling issues requiring Rust…
Browse files Browse the repository at this point in the history
… 2021 (#205)

* bumping rust version to 1.59.0 to fix compiling issues requiring Rus  2021

* correct version from 1.56.0 to 1.59.0

Co-authored-by: Robert Tsai <[email protected]>
  • Loading branch information
rtsai123 and rtsainear authored Mar 3, 2022
1 parent ae8d27a commit 793e059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ steps:
- label: "check artifacts"
command: |
source ~/.cargo/env
rustup default 1.51.0
rustup default 1.59.0
rustup target add wasm32-unknown-unknown
./scripts/build_all_docker.sh --check
- label: "cargo test"
command: |
source ~/.cargo/env
rustup default 1.51.0
rustup default 1.59.0
rustup target add wasm32-unknown-unknown
./scripts/test_all.sh

0 comments on commit 793e059

Please sign in to comment.