diff --git a/Cargo.toml b/Cargo.toml index 46f4d8683..b2e176a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nom" -version = "7.0.0-alpha3" +version = "7.0.0" authors = [ "contact@geoffroycouprie.com" ] description = "A byte-oriented, zero-copy, parser combinators library" license = "MIT"