diff --git a/Cargo.lock b/Cargo.lock index 7630e1c..5b9a951 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -486,7 +486,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ucg" -version = "0.4.0" +version = "0.4.1" dependencies = [ "abortable_parser 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3fd9aac..08d4b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "ucg" -version = "0.4.0" +version = "0.4.1" authors = ["Jeremy Wall "] description = "A configuration generation grammar." repository = "https://github.com/zaphar/ucg" diff --git a/Makefile b/Makefile index 6c9e9ff..42a309b 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,7 @@ stdlibtest: integration cargo run -- test -r std/tests install: test - cargo install --path . --force \ No newline at end of file + cargo install --path . --force + +publish: build test + cargo publish \ No newline at end of file