Skip to content

Commit d3d2540

Browse files
NyalephTheCatGeal
andauthored
Update README.md to change the recommended version (#1803) (#1804)
* Update README.md --------- Co-authored-by: Geoffroy Couprie <[email protected]>
1 parent 72dd581 commit d3d2540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Some benchmarks are available on [GitHub](https://github.com/rust-bakery/parser_
214214

215215
## Rust version requirements (MSRV)
216216

217-
The 7.0 series of nom supports **Rustc version 1.56 or greater**.
217+
The 8.0 series of nom supports **Rustc version 1.65 or greater**.
218218

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

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

225225
```toml
226226
[dependencies]
227-
nom = "7"
227+
nom = "8"
228228
```
229229

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

237237
```toml
238238
[dependencies.nom]
239-
version = "7"
239+
version = "8"
240240
default-features = false
241241
features = ["alloc"]
242242
```

0 commit comments

Comments
 (0)