We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e48f3 commit c733c78Copy full SHA for c733c78
README.md
@@ -14,7 +14,7 @@ jsonwebtoken = "9"
14
serde = {version = "1.0", features = ["derive"] }
15
```
16
17
-The minimum required Rust version (MSRV) is 1.67.
+The minimum required Rust version (MSRV) is specified in the `rust-version` field in this project's [Cargo.toml](Cargo.toml).
18
19
## Algorithms
20
This library currently supports the following:
0 commit comments