Skip to content

Commit c733c78

Browse files
maflckoKeats
authored andcommitted
doc: Clarify MSRV is in Cargo.toml
1 parent 88e48f3 commit c733c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jsonwebtoken = "9"
1414
serde = {version = "1.0", features = ["derive"] }
1515
```
1616

17-
The minimum required Rust version (MSRV) is 1.67.
17+
The minimum required Rust version (MSRV) is specified in the `rust-version` field in this project's [Cargo.toml](Cargo.toml).
1818

1919
## Algorithms
2020
This library currently supports the following:

0 commit comments

Comments
 (0)