Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
fix #182: update to version 1.0.1 to ship on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
vitiral committed Nov 4, 2017
1 parent 68ff50a commit c5c780c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 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
Expand Up @@ -20,7 +20,7 @@ license = "MIT OR Apache-2.0"
name = "artifact-app"
readme = "README.md"
repository = "https://github.com/vitiral/artifact"
version = "1.0.0"
version = "1.0.1"

[dependencies]
ansi_term = "0.9.0"
Expand Down
2 changes: 2 additions & 0 deletions env
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ if [ "$CI_BUILD" = "full" ]; then
just update || return $?
echo "CI_BUILD=full, finished setting up env"
return 0
elif [ "$CI_BUILD" = "" ]; then
just update || return $?
fi

if [ ! -e $RUST_BIN/art ]; then
Expand Down
Binary file modified src/api/data/web-ui.tar
Binary file not shown.
Binary file modified src/cmd/data/web-ui-static.tar
Binary file not shown.

0 comments on commit c5c780c

Please sign in to comment.