[F] Forgot to bump lock
This commit is contained in:
parent
3c7c449da4
commit
8c1713c37d
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -245,7 +245,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hyfetch"
|
name = "hyfetch"
|
||||||
version = "2.0.0-rc2"
|
version = "2.0.0-rc3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"ansi_colours",
|
"ansi_colours",
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ mkdir -p "$CARGO_ROOT/hyfetch"
|
||||||
cp -r "$SRC_ROOT/hyfetch/data" "$CARGO_ROOT/hyfetch/"
|
cp -r "$SRC_ROOT/hyfetch/data" "$CARGO_ROOT/hyfetch/"
|
||||||
|
|
||||||
# Build the crate
|
# Build the crate
|
||||||
cargo publish -p hyfetch --dry-run --allow-dirty
|
cargo publish -p hyfetch --allow-dirty "$@"
|
||||||
|
|
||||||
# Delete the copied files
|
# Delete the copied files
|
||||||
rm "$CARGO_ROOT/neofetch"
|
rm "$CARGO_ROOT/neofetch"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue