Skip to content

Commit

Permalink
ci: Bump MSRV to v1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
guerinoni committed Dec 31, 2024
1 parent 06807f4 commit 25e03fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuos-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
run: rustup default 1.71
run: rustup default 1.72

- name: Run tests
run: cargo test --lib
Expand Down

0 comments on commit 25e03fa

Please sign in to comment.