bump version to 5.0.1

This commit is contained in:
Geoffroy Couprie 2019-08-22 12:02:19 +02:00
parent c70065a1a3
commit c326e077b8

View File

@ -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]