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: | path: |
target target
~/.cargo/ ~/.cargo/
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }} key: ${{ runner.os }}-cargo
restore-keys: | restore-keys: |
${{ runner.os }}-cargo- ${{ runner.os }}-cargo
- name: Extract branch name - name: Extract branch name
shell: bash shell: bash

2
Cargo.lock generated

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

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

Loading…
Cancel
Save