Skip to content

Commit

Permalink
Update README.md to change the recommended version (#1803) (#1804)
Browse files Browse the repository at this point in the history
* Update README.md

---------

Co-authored-by: Geoffroy Couprie <[email protected]>
  • Loading branch information
NyalephTheCat and Geal authored Jan 29, 2025
1 parent 72dd581 commit d3d2540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Some benchmarks are available on [GitHub](https://github.com/rust-bakery/parser_

## Rust version requirements (MSRV)

The 7.0 series of nom supports **Rustc version 1.56 or greater**.
The 8.0 series of nom supports **Rustc version 1.65 or greater**.

The current policy is that this will only be updated in the next major nom release.

Expand All @@ -224,7 +224,7 @@ nom is available on [crates.io](https://crates.io/crates/nom) and can be include

```toml
[dependencies]
nom = "7"
nom = "8"
```

There are a few compilation features:
Expand All @@ -236,7 +236,7 @@ You can configure those features like this:

```toml
[dependencies.nom]
version = "7"
version = "8"
default-features = false
features = ["alloc"]
```
Expand Down

0 comments on commit d3d2540

Please sign in to comment.