mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
MAINT: Bump to v0.7.1 and add osx to ci list
This commit is contained in:
parent
89a06135c9
commit
1623c540bc
@ -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
2
Cargo.lock
generated
@ -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)",
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user