Skip to content

Commit

Permalink
Pin Rust to 1.83.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Jan 16, 2025
1 parent 1eeb9d0 commit b5eb194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ jobs:
test:
strategy:
matrix:
rust-toolchain: [stable]
rust-toolchain: [1.83.0]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
environment: test
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust-toolchain }}
uses: dtolnay/[email protected]
- name: Add wasm32-wasi Rust target
run: rustup target add wasm32-wasi --toolchain ${{ matrix.rust-toolchain }}
- name: Cache cargo registry
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "stable"
channel = "1.83.0"
targets = [ "wasm32-wasi" ]

0 comments on commit b5eb194

Please sign in to comment.