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
4
4
status = [
5
5
" CI (stable, x86_64-unknown-linux-gnu)" ,
6
6
" 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)" ,
8
8
" 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)" ,
10
10
]
Original file line number Diff line number Diff line change 20
20
21
21
include :
22
22
# Test MSRV
23
- - rust : 1.46 .0
23
+ - rust : 1.60 .0
24
24
TARGET : x86_64-unknown-linux-gnu
25
25
26
26
# Test nightly but don't fail
61
61
62
62
strategy :
63
63
matrix :
64
- rust : [stable, 1.46 .0]
64
+ rust : [stable, 1.60 .0]
65
65
TARGET : [x86_64-apple-darwin]
66
66
67
67
steps :
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
13
13
- Updated nix to version ` 0.24 ` ; only use the ` ioctl ` feature.
14
14
- Use ` File.read_exact ` instead of ` File.read ` in ` LinuxI2CDevice.read ` so that the buffer is filled.
15
15
- 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.
16
17
17
18
## [ v0.5.1] - 2021-11-22
18
19
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.
53
53
54
54
## Minimum Supported Rust Version (MSRV)
55
55
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*
57
57
compile with older versions but that may change in any new patch release.
58
58
59
59
## License
You can’t perform that action at this time.
0 commit comments