Skip to content

Commit

Permalink
Bump msrv to 1.81
Browse files Browse the repository at this point in the history
CI is breaking because of dev dependencies with newer rust version
requirement. 1.66 is pretty old now too.
  • Loading branch information
cberner committed Nov 5, 2024
1 parent 9ffa1d1 commit 15eacfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Rust
if: steps.rust-cache.outputs.cache-hit != 'true'
run: |
rustup default 1.66
rustup default 1.81
rustup component add rustfmt
rustup component add clippy
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
version = "2.2.0"
edition = "2021"
rust-version = "1.66"
rust-version = "1.81"
authors = ["Christopher Berner <[email protected]>"]
exclude = ["fuzz/"]

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.66
1.81

0 comments on commit 15eacfd

Please sign in to comment.