Change github cache restore and increment version

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/14/head
trivernis 3 years ago
parent 03067c6ffe
commit 8b6f94c6d7
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -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

2
Cargo.lock generated

@ -500,7 +500,7 @@ dependencies = [
[[package]]
name = "rmp-ipc"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"criterion",
"lazy_static",

@ -1,6 +1,6 @@
[package]
name = "rmp-ipc"
version = "0.7.0"
version = "0.7.1"
authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018"
readme = "README.md"

Loading…
Cancel
Save