File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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*
5858compile with older versions but that may change in any new patch release.
5959
6060## License
You can’t perform that action at this time.
0 commit comments