Skip to content

Commit

Permalink
Update CI to 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Oct 21, 2024
1 parent 44d4881 commit 82b41e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@1.58.1
uses: dtolnay/rust-toolchain@1.61.0
- name: Test impl-tools-lib
run: cargo test --manifest-path lib/Cargo.toml --all-features --lib --tests
- name: Test impl-tools
Expand Down

0 comments on commit 82b41e3

Please sign in to comment.