From 1dcf816ed510cd22b6fc1dff31bb60da39d681d5 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Sat, 17 Oct 2020 16:03:58 +0200 Subject: [PATCH] v6.0.0-beta1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3df8adbfe..9e27e8e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nom" -version = "6.0.0-alpha3" +version = "6.0.0-beta1" authors = [ "contact@geoffroycouprie.com" ] description = "A byte-oriented, zero-copy, parser combinators library" license = "MIT"