MAINT: Bump version to v0.7.2

This commit is contained in:
Jeremy Wall 2021-03-17 21:11:45 -04:00
parent a8164a1f06
commit b50f72c182
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -550,7 +550,7 @@ checksum = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
[[package]] [[package]]
name = "ucg" name = "ucg"
version = "0.7.1" version = "0.7.2"
dependencies = [ dependencies = [
"abortable_parser", "abortable_parser",
"atty", "atty",

View File

@ -1,7 +1,7 @@
[package] [package]
edition = "2018" edition = "2018"
name = "ucg" name = "ucg"
version = "0.7.1" version = "0.7.2"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"] authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
description = "A configuration generation grammar." description = "A configuration generation grammar."
repository = "https://github.com/zaphar/ucg" repository = "https://github.com/zaphar/ucg"