From 9678b061d3ed0a6b8e31ce569e024ec25f3dd354 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Sat, 21 Aug 2021 13:03:47 +0200 Subject: [PATCH] v7.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"