Skip to content

Commit 7f726ba

Browse files
committed
feat(msrv): bump msrv to 1.70.0
1 parent f00a856 commit 7f726ba

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
rust: [1.62.0, stable]
31+
rust: [1.70.0, stable]
3232
os: [ubuntu-latest, macOS-latest, windows-latest]
3333

3434
steps:

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ documentation = "https://docs.rs/node-semver"
88
license = "Apache-2.0"
99
readme = "README.md"
1010
edition = "2018"
11+
rust-version = "1.70.0"
1112

1213
[features]
1314
__bench = ["dep:criterion"]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ let range: Range = "^1.2".parse().unwrap();
2222

2323
assert!(version.satisfies(&range));
2424
```
25+
26+
## Minimum Suggested Rust Version (MSRV)
27+
28+
You must be 1.70.0 or taller to get on this ride.

0 commit comments

Comments
 (0)