mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2024-11-27 09:40:54 +00:00
bump version to 4.0.0
This commit is contained in:
parent
1286859f45
commit
ba1d6e0589
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "nom"
|
||||
version = "4.0.0-beta3"
|
||||
version = "4.0.0"
|
||||
authors = [ "contact@geoffroycouprie.com" ]
|
||||
description = "A byte-oriented, zero-copy, parser combinators library"
|
||||
license = "MIT"
|
||||
|
@ -183,7 +183,7 @@ nom is available on [crates.io](https://crates.io/crates/nom) and can be include
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
nom = "^3.2"
|
||||
nom = "^4.0"
|
||||
```
|
||||
|
||||
Then include it in your code like this:
|
||||
@ -208,7 +208,7 @@ You can activate those features like this:
|
||||
|
||||
```toml
|
||||
[dependencies.nom]
|
||||
version = "^3.2"
|
||||
version = "^4.0"
|
||||
features = ["regexp"]
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user