diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index bfcaa01..75f2189 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -60,6 +60,9 @@ jobs: git config --global user.email "rust-maintainers@moiaorg.onmicrosoft.com" git config --global user.name "MOIA Rust Maintainers" git commit -am "Phantom release ${{ steps.calc_version.outputs.version }} [skip ci]" + - uses: Swatinem/rust-cache@v2 + with: + shared-key: semver-cache - name: Check semver uses: obi1kenobi/cargo-semver-checks-action@v1 with: diff --git a/Cargo.toml b/Cargo.toml index f0cc72b..9f04fae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/moia-oss/tinytime.rs" repository = "https://github.com/moia-oss/tinytime.rs" documentation = "https://docs.rs/tinytime" edition = "2021" -version = "0.3.0" +version = "0.3.1" license = "MIT OR Apache-2.0" [dependencies]