diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index fc78828..240ed8e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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 }} diff --git a/Cargo.lock b/Cargo.lock index 1f1fcba..becce13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,7 +694,7 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "hok" -version = "0.1.0-beta.5" +version = "0.1.0-beta.6" dependencies = [ "anyhow", "clap 4.3.21", @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "libscoop" -version = "0.1.0-beta.5" +version = "0.1.0-beta.6" dependencies = [ "chrono", "curl", @@ -1369,7 +1369,7 @@ dependencies = [ [[package]] name = "scoop-hash" -version = "0.1.0-beta.5" +version = "0.1.0-beta.6" dependencies = [ "criterion", "md-5", diff --git a/Cargo.toml b/Cargo.toml index f454aff..a988854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "Apache-2.0" edition = "2021" @@ -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" diff --git a/crates/libscoop/Cargo.toml b/crates/libscoop/Cargo.toml index ac41956..1031d11 100644 --- a/crates/libscoop/Cargo.toml +++ b/crates/libscoop/Cargo.toml @@ -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 "] categories = ["command-line-utilities"] keywords = ["package-manager", "windows", "scoop"] @@ -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] diff --git a/crates/scoop_hash/Cargo.toml b/crates/scoop_hash/Cargo.toml index 87af5f7..fee7ed3 100644 --- a/crates/scoop_hash/Cargo.toml +++ b/crates/scoop_hash/Cargo.toml @@ -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 "] categories = ["cryptography"] keywords = ["hash", "scoop"]