Skip to content

Commit

Permalink
Update tauri and bump macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptex-github authored Nov 28, 2023
1 parent 2777055 commit fe9b4e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build-mac-x86_64:
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand All @@ -39,7 +39,7 @@ jobs:
src-tauri/target/x86_64-apple-darwin/release/bundle/dmg
build-mac-aarch64:
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ rust-version = "1.59"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.2", features = [] }
tauri-build = { version = "1.5", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
# devtools feature should be disabled in the future once everything stabilized
tauri = { version = "1.2", features = ["devtools", "dialog-all"] }
tauri = { version = "1.5", features = ["devtools", "dialog-all"] }

[features]
# by default Tauri runs in production mode
Expand Down

0 comments on commit fe9b4e4

Please sign in to comment.