From 5fb568b253373661cc625e32da7f0050442bcf1c Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 6 Nov 2018 19:47:24 -0600 Subject: [PATCH] MAINT: Bump version to 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d11567..36a4e68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "ucg" -version = "0.2.1" +version = "0.2.2" dependencies = [ "abortable_parser 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bencher 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3d45308..da5b87e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ucg" -version = "0.2.1" +version = "0.2.2" authors = ["Jeremy Wall "] description = "A configuration generation grammar." repository = "https://github.com/zaphar/ucg"