Skip to content

Commit

Permalink
Update to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead committed May 29, 2021
1 parent 1b25095 commit 5b06342
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber-common"
version = "0.3.0"
version = "0.3.1"
authors = ["David Ko <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber-generator"
version = "0.3.0"
version = "0.3.1"
authors = ["David Ko <[email protected]>"]
edition = "2018"
build = "src/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/procmacro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber-procmacro"
version = "0.3.0"
version = "0.3.1"
authors = ["David Ko <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 5b06342

Please sign in to comment.