Skip to content

Commit

Permalink
doc: Clarify MSRV is in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
maflcko authored and Keats committed Jul 11, 2024
1 parent 88e48f3 commit c733c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jsonwebtoken = "9"
serde = {version = "1.0", features = ["derive"] }
```

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).

## Algorithms
This library currently supports the following:
Expand Down

0 comments on commit c733c78

Please sign in to comment.