Skip to content

Commit fb22400

Browse files
committed
Update MSRV to 1.60 (docopt -> regex dependency requires 1.60)
1 parent d48de2e commit fb22400

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/bors.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ required_approvals = 1
44
status = [
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
]

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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*
5757
compile with older versions but that may change in any new patch release.
5858

5959
## License

0 commit comments

Comments
 (0)