Skip to content

Commit

Permalink
migrate to Rust 1.73 and pin version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Oct 7, 2023
1 parent 2a48eb1 commit 57e7e65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy

- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.64.0
1.73.0

0 comments on commit 57e7e65

Please sign in to comment.