Skip to content

Commit

Permalink
chore: move to v0.1.0-beta.6
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Jul 22, 2024
1 parent 15172a9 commit 5c02321
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: rust
release-as: 0.1.0-beta.5
release-as: 0.1.0-beta.6
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "hok"
description = "Hok is a CLI implementation of Scoop in Rust"
homepage = "https://github.com/chawyehsu/hok"
version = "0.1.0-beta.5"
version = "0.1.0-beta.6"
authors = ["Chawye Hsu <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -28,7 +28,7 @@ regex = "1.5.3"
remove_dir_all = "0.7.0"

[dependencies.libscoop]
version = "0.1.0-beta.5"
version = "0.1.0-beta.6"
features = ["rustcrypto-hash"]
path = "./crates/libscoop"

Expand Down
4 changes: 2 additions & 2 deletions crates/libscoop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libscoop"
description = "Rust library implementation of Scoop"
homepage = "https://github.com/chawyehsu/hok"
documentation = "https://docs.rs/libscoop"
version = "0.1.0-beta.5"
version = "0.1.0-beta.6"
authors = ["Chawye Hsu <[email protected]>"]
categories = ["command-line-utilities"]
keywords = ["package-manager", "windows", "scoop"]
Expand Down Expand Up @@ -33,7 +33,7 @@ thiserror = "1.0"
# zip = "0.6.2"

[dependencies.scoop-hash]
version = "0.1.0-beta.5"
version = "0.1.0-beta.6"
path = "../scoop_hash"

[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/scoop_hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "scoop-hash"
description = "Hashing library for libscoop"
homepage = "https://github.com/chawyehsu/hok"
version = "0.1.0-beta.5"
version = "0.1.0-beta.6"
authors = ["Chawye Hsu <[email protected]>"]
categories = ["cryptography"]
keywords = ["hash", "scoop"]
Expand Down

0 comments on commit 5c02321

Please sign in to comment.