Skip to content

Commit 908cf45

Browse files
authored
Merge pull request #14 from Asguho/dev
Dev
2 parents 65bc565 + 3280b58 commit 908cf45

5 files changed

Lines changed: 17 additions & 13 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,20 @@ jobs:
3434
# with:
3535
# node-version: lts/*
3636

37-
- uses: actions/cache@v4
37+
# - uses: actions/cache@v4
38+
# with:
39+
# path: |
40+
# ~/.cargo/bin/
41+
# ~/.cargo/registry/index/
42+
# ~/.cargo/registry/cache/
43+
# ~/.cargo/git/db/
44+
# target/
45+
# # key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
46+
# key: key
47+
- name: Rust cache
48+
uses: swatinem/rust-cache@v2
3849
with:
39-
path: |
40-
~/.cargo/bin/
41-
~/.cargo/registry/index/
42-
~/.cargo/registry/cache/
43-
~/.cargo/git/db/
44-
target/
45-
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
46-
key: key
50+
workspaces: './src-tauri -> target'
4751

4852
- uses: actions/cache@v4
4953
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcemate",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "",
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sourcemate"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "sourcemate",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"identifier": "dk.sourcemate.www",
55
"build": {
66
"beforeDevCommand": "vite dev",

0 commit comments

Comments
 (0)