Skip to content

Commit 8ca2765

Browse files
committed
Release v0.1.11
- Bump version: 0.1.10 → 0.1.11 - Update dependencies - Remove deprecated lto flag from package script - Invalidate github cache type: release
1 parent 7ca9ed6 commit 8ca2765

File tree

4 files changed

+167
-135
lines changed

4 files changed

+167
-135
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ jobs:
4949
uses: actions/cache@v1
5050
with:
5151
path: ~/.cargo/registry
52-
key: ${{ runner.os }}-cargo-registry-v0
52+
key: v0-${{ runner.os }}-cargo-registry
5353

5454
- name: Cache cargo index
5555
uses: actions/cache@v1
5656
with:
5757
path: ~/.cargo/git
58-
key: ${{ runner.os }}-cargo-index-v0
58+
key: v0-${{ runner.os }}-cargo-index
5959

6060
- name: Cache cargo build
6161
uses: actions/cache@v1
6262
with:
6363
path: target
64-
key: ${{ runner.os }}-cargo-build-target-v0
64+
key: v0-${{ runner.os }}-cargo-build-target
6565

6666
- name: Install Stable
6767
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)