Skip to content

Commit

Permalink
Bump version to match npm
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Nov 25, 2019
1 parent 514144e commit 1137ecc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustywind"
version = "0.1.1"
version = "0.1.2"
authors = ["Praveen Perera <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1137ecc

Please sign in to comment.