Increase MSRV to 1.67 for Result::inspect_err

This commit is contained in:
Kevin Mehall 2024-08-03 18:57:32 -06:00
parent 7218b387ef
commit 5fc9678e8e
2 changed files with 2 additions and 2 deletions

View file

@ -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"