File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
include :
24
24
# Test MSRV
25
- - rust : 1.60 .0
25
+ - rust : 1.65 .0
26
26
TARGET : x86_64-unknown-linux-gnu
27
27
28
28
# Test nightly but don't fail
53
53
54
54
strategy :
55
55
matrix :
56
- rust : [stable, 1.60 .0]
56
+ rust : [stable, 1.65 .0]
57
57
TARGET : [x86_64-apple-darwin]
58
58
59
59
steps :
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
11
+ - Prevent underflow panics when using a ` MockI2CDevice ` with an offset of ` 0x0 `
12
+ - Bumps the MSRV to 1.65.0
13
+
11
14
## [ v0.6.0] - 2023-08-03
12
15
13
16
- 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.
54
54
55
55
## Minimum Supported Rust Version (MSRV)
56
56
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*
58
58
compile with older versions but that may change in any new patch release.
59
59
60
60
## License
You can’t perform that action at this time.
0 commit comments