From 0ff3472011a507b202530e8b7266b6b8103134c8 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 20 Nov 2018 18:40:13 -0600 Subject: [PATCH] Bump version to 0.2.4 BugFix for macro calls with no arguments. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d445bb9..cb19581 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "ucg" -version = "0.2.3" +version = "0.2.4" dependencies = [ "abortable_parser 0.2.2 (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 4bc48b1..2756ad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ucg" -version = "0.2.3" +version = "0.2.4" authors = ["Jeremy Wall "] description = "A configuration generation grammar." repository = "https://github.com/zaphar/ucg"