File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ required_approvals = 1
44status = [
55 " CI (stable, x86_64-unknown-linux-gnu)" ,
66 " CI (stable, armv7-unknown-linux-gnueabihf)" ,
7- " CI (1.46 .0, x86_64-unknown-linux-gnu)" ,
7+ " CI (1.60 .0, x86_64-unknown-linux-gnu)" ,
88 " CI-macOS (stable, x86_64-apple-darwin)" ,
9- " CI-macOS (1.46 .0, x86_64-apple-darwin)" ,
9+ " CI-macOS (1.60 .0, x86_64-apple-darwin)" ,
1010]
Original file line number Diff line number Diff line change 2020
2121 include :
2222 # Test MSRV
23- - rust : 1.46 .0
23+ - rust : 1.60 .0
2424 TARGET : x86_64-unknown-linux-gnu
2525
2626 # Test nightly but don't fail
6161
6262 strategy :
6363 matrix :
64- rust : [stable, 1.46 .0]
64+ rust : [stable, 1.60 .0]
6565 TARGET : [x86_64-apple-darwin]
6666
6767 steps :
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1313- Updated nix to version ` 0.24 ` ; only use the ` ioctl ` feature.
1414- Use ` File.read_exact ` instead of ` File.read ` in ` LinuxI2CDevice.read ` so that the buffer is filled.
1515- Fix the lifetime parameter on LinuxI2CMessage to ensure that it does not outlive the buffer it points to.
16+ - Updated MSRV to 1.60.0.
1617
1718## [ v0.5.1] - 2021-11-22
1819
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ cross-compile. See https://github.com/japaric/rust-cross for pointers.
5353
5454## Minimum Supported Rust Version (MSRV)
5555
56- This crate is guaranteed to compile on stable Rust 1.46 .0 and up. It * might*
56+ This crate is guaranteed to compile on stable Rust 1.60 .0 and up. It * might*
5757compile with older versions but that may change in any new patch release.
5858
5959## License
You can’t perform that action at this time.
0 commit comments