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

Commit c5c780c

Browse files
committed
fix #182: update to version 1.0.1 to ship on crates.io
1 parent 68ff50a commit c5c780c

5 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "MIT OR Apache-2.0"
2020
name = "artifact-app"
2121
readme = "README.md"
2222
repository = "https://github.com/vitiral/artifact"
23-
version = "1.0.0"
23+
version = "1.0.1"
2424

2525
[dependencies]
2626
ansi_term = "0.9.0"

env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ if [ "$CI_BUILD" = "full" ]; then
136136
just update || return $?
137137
echo "CI_BUILD=full, finished setting up env"
138138
return 0
139+
elif [ "$CI_BUILD" = "" ]; then
140+
just update || return $?
139141
fi
140142

141143
if [ ! -e $RUST_BIN/art ]; then

src/api/data/web-ui.tar

0 Bytes
Binary file not shown.

src/cmd/data/web-ui-static.tar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)