Skip to content

Commit

Permalink
Bump MSRV to 1.60
Browse files Browse the repository at this point in the history
This is required to be able to use dep: syntax in Cargo.toml
  • Loading branch information
dbrgn committed Jan 6, 2023
1 parent 1c254ea commit 3492b68
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 @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
toolchain:
- "1.56"
- "1.60"
- "nightly"
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ or no-op implementations are used.
The goal of the crate is to be able to test drivers in CI without having access
to hardware.

This crate requires Rust 1.56+!
This crate requires Rust 1.60+!

[Docs](https://docs.rs/embedded-hal-mock/)

Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.56"
msrv = "1.60"

0 comments on commit 3492b68

Please sign in to comment.