Skip to content

Commit af1c1fd

Browse files
lucasfernogSir-Thom
authored andcommitted
chore(deps): update tauri to 2.0.0-rc.12 (tauri-apps#1785)
1 parent 3e41d46 commit af1c1fd

File tree

31 files changed

+4331
-7406
lines changed

31 files changed

+4331
-7406
lines changed

.changes/update-tauri-rc-12.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"notification": patch
3+
---
4+
5+
Update to tauri 2.0.0-rc.12.

Cargo.lock

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ resolver = "2"
1111
[workspace.dependencies]
1212
serde = { version = "1", features = ["derive"] }
1313
log = "0.4"
14-
tauri = { version = "2.0.0-rc.11", default-features = false }
15-
tauri-build = "2.0.0-rc.10"
16-
tauri-plugin = "2.0.0-rc.10"
17-
tauri-utils = "2.0.0-rc.10"
14+
tauri = { version = "2.0.0-rc.12", default-features = false }
15+
tauri-build = "2.0.0-rc.11"
16+
tauri-plugin = "2.0.0-rc.11"
17+
tauri-utils = "2.0.0-rc.11"
1818
serde_json = "1"
1919
thiserror = "1"
2020
url = "2"

0 commit comments

Comments
 (0)