Skip to content

Commit

Permalink
Merge branch 'Current' of ssh://github.com/IntakeNomNom/Cargo into Cu…
Browse files Browse the repository at this point in the history
…rrent
  • Loading branch information
NikolaRHristov committed Dec 8, 2024
2 parents d86bbdc + df68b71 commit e7439d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: |
~/.cargo/bin/
Expand All @@ -79,7 +79,7 @@ jobs:
command: build
args: --release --all-features --manifest-path ./blur/Cargo.toml

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: |
~/.cargo/bin/
Expand All @@ -94,7 +94,7 @@ jobs:
command: build
args: --release --all-features --manifest-path ./intake/Cargo.toml

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit e7439d2

Please sign in to comment.