Skip to content

Commit

Permalink
chore: update msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Oct 20, 2024
1 parent 1a81feb commit 01d9e9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.81" # MSRV
toolchain: "1.82" # MSRV
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
version = "0.0.0"
edition = "2021"
rust-version = "1.81"
rust-version = "1.82"
authors = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/ithacaxyz/op-rs"
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.81"
msrv = "1.82"

0 comments on commit 01d9e9b

Please sign in to comment.