MAINT: Bump to v0.7.1 and add osx to ci list

This commit is contained in:
Jeremy Wall 2020-01-04 08:15:48 -06:00
parent 89a06135c9
commit 1623c540bc
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
language: rust language: rust
os:
- linux
- osx
script: script:
- cargo build --verbose - cargo build --verbose
- cargo test --verbose - cargo test --verbose

2
Cargo.lock generated
View File

@ -487,7 +487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "ucg" name = "ucg"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"abortable_parser 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "abortable_parser 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,7 +1,7 @@
[package] [package]
edition = "2018" edition = "2018"
name = "ucg" name = "ucg"
version = "0.7.0" version = "0.7.1"
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"