File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 53
53
"@stacksjs/build" : " workspace:*" ,
54
54
"@stacksjs/development" : " workspace:*" ,
55
55
"@stacksjs/server" : " workspace:*" ,
56
- "@tauri-apps/api" : " ^1.6 .0" ,
57
- "@tauri-apps/cli" : " ^1.6.3 " ,
56
+ "@tauri-apps/api" : " ^2.3 .0" ,
57
+ "@tauri-apps/cli" : " ^2.3.1 " ,
58
58
"@types/d3" : " ^7.4.3" ,
59
59
"d3" : " ^7.9.0" ,
60
60
"unified-network" : " ^0.6.4" ,
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ rust-version = "1.74.1"
12
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
13
14
14
[build-dependencies ]
15
- tauri-build = { version = " 1.5 .6" , features = [] }
15
+ tauri-build = { version = " 2.0 .6" , features = [] }
16
16
17
17
[dependencies ]
18
18
serde_json = " 1.0.140"
19
19
serde = { version = " 1.0.219" , features = [ " derive" ] }
20
- tauri = { version = " 1.8.2 " , features = [] }
20
+ tauri = { version = " 2.3.1 " , features = [] }
21
21
22
22
[features ]
23
23
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ rust-version = "1.74.1"
12
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
13
14
14
[build-dependencies ]
15
- tauri-build = { version = " 1.5 .6" , features = [] }
15
+ tauri-build = { version = " 2.0 .6" , features = [] }
16
16
17
17
[dependencies ]
18
18
serde_json = " 1.0.140"
19
19
serde = { version = " 1.0.219" , features = [ " derive" ] }
20
- tauri = { version = " 1.8.2 " , features = [] }
20
+ tauri = { version = " 2.3.1 " , features = [] }
21
21
22
22
[features ]
23
23
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
You can’t perform that action at this time.
0 commit comments