diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6044314..eaa09bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ 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 @@ -37,7 +37,7 @@ jobs: - 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: | diff --git a/Cargo.toml b/Cargo.toml index 5b27c2e..61f84fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/oss_derive/Cargo.toml b/oss_derive/Cargo.toml index ab343fe..aa6e646 100644 --- a/oss_derive/Cargo.toml +++ b/oss_derive/Cargo.toml @@ -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