From 8b6f94c6d73a34ba5b44f07d02271c22805556cf Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 23 Oct 2021 11:47:55 +0200 Subject: [PATCH] Change github cache restore and increment version Signed-off-by: trivernis --- .github/workflows/bench.yml | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index e6b01ad8..6ac8bfca 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -23,9 +23,9 @@ jobs: path: | target ~/.cargo/ - key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }} + key: ${{ runner.os }}-cargo restore-keys: | - ${{ runner.os }}-cargo- + ${{ runner.os }}-cargo - name: Extract branch name shell: bash diff --git a/Cargo.lock b/Cargo.lock index d28d8f52..1b6a2e9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -500,7 +500,7 @@ dependencies = [ [[package]] name = "rmp-ipc" -version = "0.7.0" +version = "0.7.1" dependencies = [ "criterion", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 3f8c15ff..99cba423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rmp-ipc" -version = "0.7.0" +version = "0.7.1" authors = ["trivernis "] edition = "2018" readme = "README.md"