mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2025-02-17 06:07:59 +00:00
bump version to 5.0.1
This commit is contained in:
parent
c70065a1a3
commit
c326e077b8
10
Cargo.toml
10
Cargo.toml
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "nom"
|
||||
version = "5.0.0"
|
||||
version = "5.0.1"
|
||||
authors = [ "contact@geoffroycouprie.com" ]
|
||||
description = "A byte-oriented, zero-copy, parser combinators library"
|
||||
license = "MIT"
|
||||
@ -128,37 +128,45 @@ name = "test1"
|
||||
|
||||
[[bench]]
|
||||
name = "arithmetic"
|
||||
path = "benches/arithmetic.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "http"
|
||||
path = "benches/http.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "ini"
|
||||
path = "benches/ini.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "ini_complete"
|
||||
path = "benches/ini_complete.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "ini_str"
|
||||
path = "benches/ini_str.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "json"
|
||||
path = "benches/json.rs"
|
||||
harness = false
|
||||
|
||||
[[example]]
|
||||
name = "json"
|
||||
required-features = ["alloc"]
|
||||
path = "examples/json.rs"
|
||||
|
||||
#[[example]]
|
||||
#name = "iterator"
|
||||
|
||||
[[example]]
|
||||
name = "s_expression"
|
||||
path = "examples/s_expression.rs"
|
||||
required-features = ["alloc"]
|
||||
|
||||
[badges]
|
||||
|
Loading…
x
Reference in New Issue
Block a user