From 895df64312f261f71de744ba0798244916b78963 Mon Sep 17 00:00:00 2001 From: Shea Newton Date: Wed, 30 Oct 2019 19:17:41 -0700 Subject: [PATCH] version bump after recent fixes for things we were flagged on for future breakages on a crater run --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7cdc65c..9e19507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bnf" -version = "0.2.6" -authors = ["@shnewto", "@CrockAgile", "@androm3da", "@sremedios", "@prbs23"] +version = "0.2.7" +authors = ["@shnewto", "@CrockAgile", "@androm3da", "@sremedios", "@prbs23", "@z2oh"] description = "A library for parsing Backus–Naur form context-free grammars" readme = "README.md"