diff --git a/Cargo.lock b/Cargo.lock index 8191064..c11421e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,7 +242,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustywind" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 08cdc7a..935e99c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustywind" -version = "0.1.1" +version = "0.1.2" authors = ["Praveen Perera "] edition = "2018" diff --git a/ci/script.sh b/ci/script.sh index ddd7f93..886249e 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -14,8 +14,8 @@ main() { cross test --target $TARGET cross test --target $TARGET --release - cross run --target $TARGET - cross run --target $TARGET --release + cross run --target $TARGET -- . + cross run --target $TARGET --release -- . } # we don't run the "test phase" when doing deploys