File tree 1 file changed +3
-3
lines changed
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_
214
214
215
215
## Rust version requirements (MSRV)
216
216
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** .
218
218
219
219
The current policy is that this will only be updated in the next major nom release.
220
220
@@ -224,7 +224,7 @@ nom is available on [crates.io](https://crates.io/crates/nom) and can be include
224
224
225
225
``` toml
226
226
[dependencies ]
227
- nom = " 7 "
227
+ nom = " 8 "
228
228
```
229
229
230
230
There are a few compilation features:
@@ -236,7 +236,7 @@ You can configure those features like this:
236
236
237
237
``` toml
238
238
[dependencies .nom ]
239
- version = " 7 "
239
+ version = " 8 "
240
240
default-features = false
241
241
features = [" alloc" ]
242
242
```
You can’t perform that action at this time.
0 commit comments