From 5b06342793fa222692f278a7ec1a79dbeff33dd4 Mon Sep 17 00:00:00 2001 From: David Ko Date: Sat, 29 May 2021 18:41:37 +0800 Subject: [PATCH] Update to 0.3.1 --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- Cargo.lock | 10 +++++----- src/app/Cargo.toml | 2 +- src/common/Cargo.toml | 2 +- src/generator/Cargo.toml | 2 +- src/procmacro/Cargo.toml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 445a0ce..37d6ea2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -91,7 +91,7 @@ jobs: # Need to use this github action plugin to build vcpkg instead of using the one builtin in github action infra. # It will cause the following vcpkg packages build failed # Ref: https://github.com/OSSystems/compress-tools-rs/blob/master/.github/workflows/windows.yml#L28 - - name: Install libarchive + - name: Install vcpkg uses: lukka/run-vcpkg@v7 with: setupOnly: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fa94bfe..d2e44ac 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -173,7 +173,7 @@ jobs: # Need to use this github action plugin to build vcpkg instead of using the one builtin in github action infra. # It will cause the following vcpkg packages build failed # Ref: https://github.com/OSSystems/compress-tools-rs/blob/master/.github/workflows/windows.yml#L28 - - name: Install libarchive + - name: Install vcpkg uses: lukka/run-vcpkg@v7 with: setupOnly: true diff --git a/Cargo.lock b/Cargo.lock index bc4b670..8fea36c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -675,7 +675,7 @@ dependencies = [ [[package]] name = "huber" -version = "0.3.0" +version = "0.3.1" dependencies = [ "Inflector 0.1.6", "anyhow", @@ -714,9 +714,9 @@ dependencies = [ [[package]] name = "huber-common" -version = "0.3.0" +version = "0.3.1" dependencies = [ - "Inflector 0.11.4", + "Inflector 0.1.6", "anyhow", "chrono", "dirs 3.0.2", @@ -737,7 +737,7 @@ dependencies = [ [[package]] name = "huber-generator" -version = "0.3.0" +version = "0.3.1" dependencies = [ "hubcaps-ex", "huber-common", @@ -749,7 +749,7 @@ dependencies = [ [[package]] name = "huber-procmacro" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "dirs 3.0.2", diff --git a/src/app/Cargo.toml b/src/app/Cargo.toml index 4d989f6..18267d1 100644 --- a/src/app/Cargo.toml +++ b/src/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "huber" -version = "0.3.0" +version = "0.3.1" description = "Huber package, simplify `GitHub release` package management with a live awesome list of GitHub project" authors = ["David Ko "] edition = "2018" diff --git a/src/common/Cargo.toml b/src/common/Cargo.toml index 2bfcf3b..c19d258 100644 --- a/src/common/Cargo.toml +++ b/src/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "huber-common" -version = "0.3.0" +version = "0.3.1" authors = ["David Ko "] edition = "2018" diff --git a/src/generator/Cargo.toml b/src/generator/Cargo.toml index 8c1ecff..61ff187 100644 --- a/src/generator/Cargo.toml +++ b/src/generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "huber-generator" -version = "0.3.0" +version = "0.3.1" authors = ["David Ko "] edition = "2018" build = "src/build.rs" diff --git a/src/procmacro/Cargo.toml b/src/procmacro/Cargo.toml index 7c187cb..4cf7457 100644 --- a/src/procmacro/Cargo.toml +++ b/src/procmacro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "huber-procmacro" -version = "0.3.0" +version = "0.3.1" authors = ["David Ko "] edition = "2018"