Skip to content

Commit

Permalink
Increase MSRV to 1.67 for Result::inspect_err
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmehall committed Aug 4, 2024
1 parent 7218b38 commit 5fc9678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: ['stable', '1.74']
rust: ['stable', '1.76']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Kevin Mehall <[email protected]>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/kevinmehall/nusb"
rust-version = "1.74"
rust-version = "1.76" # keep in sync with .github/workflows/rust.yml

[dependencies]
atomic-waker = "1.1.2"
Expand Down

0 comments on commit 5fc9678

Please sign in to comment.