aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-09 10:35:07 -0700
committerJoel Galenson <jgalenson@google.com>2021-08-09 10:35:07 -0700
commit700d8a5b2f519996c78f0531ba2b60c8f506f40c (patch)
treeee235a37547a0681dea215d0391d1c4db7c20f4d /Cargo.toml
parentdfdffec3d5f0a5e639c2aab3929c34f59d244b8e (diff)
downloadnom-700d8a5b2f519996c78f0531ba2b60c8f506f40c.tar.gz
Upgrade rust/crates/nom to 6.2.1
Test: make Change-Id: Ic3c1b63fe531622eb03884683eda5476fe9cd027
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d81557..ec03c01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "nom"
-version = "6.2.0"
+version = "6.2.1"
authors = ["contact@geoffroycouprie.com"]
include = ["CHANGELOG.md", "LICENSE", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "src/*/*.rs", "tests/*.rs", "doc/nom_recipes.md", "build.rs"]
autoexamples = false