From 0b92df971a7d2090023b353e0283f9b2db6f2a84 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Mon, 15 Feb 2021 10:42:40 +0100 Subject: [PATCH] v6.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3a6460af..346a5a880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nom" -version = "6.1.1" +version = "6.1.2" authors = [ "contact@geoffroycouprie.com" ] description = "A byte-oriented, zero-copy, parser combinators library" license = "MIT"