Skip to content

Commit

Permalink
chore(version): test upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed May 19, 2024
1 parent bd48b8e commit 4d68cc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- name: Cache
uses: Swatinem/rust-cache@v1
with:
key: ${{ runner.os }}-build-v0.3.3
key: ${{ runner.os }}-build-v0.3.4

- name: Show cargo info
run: cargo version --verbose

- name: Install publish-action
if: steps.cache-publish-action.outputs.cache-hit != 'true'
run: |
cargo install publish-action --version=0.3.3
cargo install publish-action --version=0.3.4
- name: Run Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all-features = true
members = ["oss_derive"]

[workspace.package]
version = "0.12.9"
version = "0.12.10"
edition = "2021"
license = "MIT"
repository = "https://github.com/tu6ge/oss-rs"
Expand Down
2 changes: 1 addition & 1 deletion oss_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oss_derive"
version = "0.10.0"
version = "0.10.1"
description = "aliyun-oss-client 's macro"
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 4d68cc6

Please sign in to comment.