diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13f1c56..c35eafe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,18 +63,7 @@ jobs: toolchain: nightly target: ${{ matrix.target }} override: true - - name: Set up cargo cache - uses: actions/cache@v3 - continue-on-error: false - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - restore-keys: ${{ runner.os }}-cargo- + - uses: Swatinem/rust-cache@v2 - name: Install linker if: matrix.target == 'i686-unknown-linux-gnu' run: sudo apt-get install gcc-multilib diff --git a/Cargo.toml b/Cargo.toml index d5c763e..865e0bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rickview" -version = "0.0.5" +version = "0.0.6" edition = "2021" license = "MIT" keywords = ["rdf", "semantic-web", "linked-data"]