Skip to content

Commit 616aa5f

Browse files
committed
Increase msrv to 1.81.0
1 parent 17c0d78 commit 616aa5f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
steps:
3838

3939
- uses: actions/checkout@v4
40-
- uses: dtolnay/rust-toolchain@1.73.0
40+
- uses: dtolnay/rust-toolchain@1.81.0
4141

4242
- name: Build & Test
4343
run: |
4444
cargo build --release
45-
cargo test
45+
cargo test

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)