Skip to content

Commit 9d4b25c

Browse files
Bump tauri to v2 beta.7 (#1001)
* Bump tauri to v2 beta.7 * change file --------- Co-authored-by: Amr Bashir <[email protected]>
1 parent f59436d commit 9d4b25c

File tree

2 files changed

+60
-3
lines changed

2 files changed

+60
-3
lines changed

.changes/tauri-beta.7.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-plugin": 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.7.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ resolver = "2"
1010
[workspace.dependencies]
1111
serde = { version = "1", features = ["derive"] }
1212
log = "0.4"
13-
tauri = "2.0.0-beta.4"
14-
tauri-build = "2.0.0-beta.3"
15-
tauri-plugin = "2.0.0-beta.3"
13+
tauri = "2.0.0-beta.7"
14+
tauri-build = "2.0.0-beta.5"
15+
tauri-plugin = "2.0.0-beta.5"
1616
serde_json = "1"
1717
thiserror = "1"
1818
url = "2"

0 commit comments

Comments
 (0)