Skip to content

Commit ea6e418

Browse files
author
chris ha
committed
Align toolchain version with lockfile
1 parent 4ee18bb commit ea6e418

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Install Rust toolchain (1.82)
19+
- name: Install Rust toolchain (from rust-toolchain.toml)
2020
uses: dtolnay/rust-toolchain@master
21-
with:
22-
toolchain: 1.82.0
2321
- name: Build
2422
run: cargo build --verbose
2523
- name: Run tests

rust-toolchain.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[toolchain]
2-
channel = "1.77.0"
3-
2+
channel = "1.82.0"

0 commit comments

Comments
 (0)