File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
219219The 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
230230There 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 "
240240default-features = false
241241features = [" alloc" ]
242242```
You can’t perform that action at this time.
0 commit comments