Skip to content

Commit

Permalink
Merge pull request #30 from EastSun5566/chore/update-deps
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
EastSun5566 authored Nov 19, 2023
2 parents 6e10055 + 7939b5d commit adc38fd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Testing build

on:
pull_request:
workflow_dispatch:
issue_comment:
types:
- created

jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'build') || github.event_name == 'workflow_dispatch'
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/build') }}

strategy:
fail-fast: false
Expand Down
21 changes: 21 additions & 0 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
tauri-build = { version = "1.5", features = [] }

[dependencies]
tauri = { version = "1.5", features = [ "system-tray", "api-all", "global-shortcut", "macos-private-api"] }
tauri = { version = "1.5", features = [ "updater", "system-tray", "api-all", "global-shortcut", "macos-private-api"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.33.0", features = ["macros"] }
Expand Down

0 comments on commit adc38fd

Please sign in to comment.