We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00a856 commit 7f726baCopy full SHA for 7f726ba
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ${{ matrix.os }}
29
strategy:
30
matrix:
31
- rust: [1.62.0, stable]
+ rust: [1.70.0, stable]
32
os: [ubuntu-latest, macOS-latest, windows-latest]
33
34
steps:
Cargo.toml
@@ -8,6 +8,7 @@ documentation = "https://docs.rs/node-semver"
8
license = "Apache-2.0"
9
readme = "README.md"
10
edition = "2018"
11
+rust-version = "1.70.0"
12
13
[features]
14
__bench = ["dep:criterion"]
README.md
@@ -22,3 +22,7 @@ let range: Range = "^1.2".parse().unwrap();
22
23
assert!(version.satisfies(&range));
24
```
25
+
26
+## Minimum Suggested Rust Version (MSRV)
27
+You must be 1.70.0 or taller to get on this ride.
0 commit comments