Skip to content

Commit

Permalink
Release v0.1.11
Browse files Browse the repository at this point in the history
- Bump version: 0.1.10 → 0.1.11
- Update dependencies
- Remove deprecated lto flag from package script
- Invalidate github cache

type: release
  • Loading branch information
casey committed Sep 7, 2020
1 parent 7ca9ed6 commit 8ca2765
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 135 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-v0
key: v0-${{ runner.os }}-cargo-registry

- name: Cache cargo index
uses: actions/cache@v1
with:
path: ~/.cargo/git
key: ${{ runner.os }}-cargo-index-v0
key: v0-${{ runner.os }}-cargo-index

- name: Cache cargo build
uses: actions/cache@v1
with:
path: target
key: ${{ runner.os }}-cargo-build-target-v0
key: v0-${{ runner.os }}-cargo-build-target

- name: Install Stable
uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit 8ca2765

Please sign in to comment.