Increase MSRV to 1.67 for Result::inspect_err
This commit is contained in:
parent
7218b387ef
commit
5fc9678e8e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ authors = ["Kevin Mehall <km@kevinmehall.net>"]
|
|||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue