Skip to content

Commit 8447d41

Browse files
author
Noah Pederson
committed
Bump MSRV to 1.65.0
1 parent 3b200f6 commit 8447d41

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
include:
2424
# Test MSRV
25-
- rust: 1.60.0
25+
- rust: 1.65.0
2626
TARGET: x86_64-unknown-linux-gnu
2727

2828
# Test nightly but don't fail
@@ -53,7 +53,7 @@ jobs:
5353

5454
strategy:
5555
matrix:
56-
rust: [stable, 1.60.0]
56+
rust: [stable, 1.65.0]
5757
TARGET: [x86_64-apple-darwin]
5858

5959
steps:

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
- Prevent underflow panics when using a `MockI2CDevice` with an offset of `0x0`
12+
- Bumps the MSRV to 1.65.0
13+
1114
## [v0.6.0] - 2023-08-03
1215

1316
- Hide nix from the public api such that it can be updated without resulting in a breaking change.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cross-compile. See <https://github.com/cross-rs/cross> for pointers.
5454

5555
## Minimum Supported Rust Version (MSRV)
5656

57-
This crate is guaranteed to compile on stable Rust 1.60.0 and up. It *might*
57+
This crate is guaranteed to compile on stable Rust 1.65.0 and up. It *might*
5858
compile with older versions but that may change in any new patch release.
5959

6060
## License

0 commit comments

Comments
 (0)