Skip to content

Commit bd1ed59

Browse files
chore(deps): update tauri monorepo (#1237)
* fix(deps): update tauri monorepo * rm 1.5 cli * macos-latest is now arm * changefile and rebuild iife [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: fabianlars <fabianlars@fabianlars.de>
1 parent 1fa4d30 commit bd1ed59

50 files changed

Lines changed: 513 additions & 478 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changes/tauri-beta-17.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
"authenticator": patch
3+
"autostart": patch
4+
"barcode-scanner": patch
5+
"biometric": patch
6+
"cli": patch
7+
"clipboard-manager": patch
8+
"deep-link": patch
9+
"dialog": patch
10+
"fs": patch
11+
"global-shortcut": patch
12+
"http": patch
13+
"localhost": patch
14+
"log": patch
15+
"nfc": patch
16+
"notification": patch
17+
"os": patch
18+
"persisted-scope": patch
19+
"positioner": patch
20+
"process": patch
21+
"shell": patch
22+
"single-instance": patch
23+
"sql": patch
24+
"store": patch
25+
"stronghold": patch
26+
"updater": patch
27+
"upload": patch
28+
"websocket": patch
29+
"window-state": patch
30+
"authenticator-js": patch
31+
"autostart-js": patch
32+
"barcode-scanner-js": patch
33+
"biometric-js": patch
34+
"cli-js": patch
35+
"clipboard-manager-js": patch
36+
"deep-link-js": patch
37+
"dialog-js": patch
38+
"fs-js": patch
39+
"global-shortcut-js": patch
40+
"http-js": patch
41+
"log-js": patch
42+
"nfc-js": patch
43+
"notification-js": patch
44+
"os-js": patch
45+
"positioner-js": patch
46+
"process-js": patch
47+
"shell-js": patch
48+
"sql-js": patch
49+
"store-js": patch
50+
"stronghold-js": patch
51+
"updater-js": patch
52+
"upload-js": patch
53+
"websocket-js": patch
54+
"window-state-js": patch
55+
---
56+
57+
Update to tauri beta.17.

.github/workflows/test-rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,31 +131,31 @@ jobs:
131131
- {
132132
target: x86_64-pc-windows-msvc,
133133
os: windows-latest,
134-
runner: 'cargo',
134+
runner: "cargo",
135135
command: "test",
136136
}
137137
- {
138138
target: x86_64-unknown-linux-gnu,
139139
os: ubuntu-latest,
140-
runner: 'cargo',
140+
runner: "cargo",
141141
command: "test",
142142
}
143143
- {
144-
target: x86_64-apple-darwin,
144+
target: aarch64-apple-darwin,
145145
os: macos-latest,
146-
runner: 'cargo',
146+
runner: "cargo",
147147
command: "test",
148148
}
149149
- {
150150
target: aarch64-apple-ios,
151151
os: macos-latest,
152-
runner: 'cargo',
152+
runner: "cargo",
153153
command: "build",
154154
}
155155
- {
156156
target: aarch64-linux-android,
157157
os: ubuntu-latest,
158-
runner: 'cross',
158+
runner: "cross",
159159
command: "build",
160160
}
161161

0 commit comments

Comments
 (0)