Skip to content

Commit 0a495cc

Browse files
committed
Bump tauri and add notes
1 parent 043d89f commit 0a495cc

File tree

3 files changed

+44
-122
lines changed

3 files changed

+44
-122
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ resolver = "2"
1212
serde = { version = "1", features = ["derive"] }
1313
tracing = "0.1"
1414
log = "0.4"
15+
# Make sure to update the one in `plugins/updater/Cargo.toml` when we bump this
16+
# since it is not using `workspace = true`
1517
tauri = { version = "2.6", default-features = false }
1618
tauri-build = "2.3"
1719
tauri-plugin = "2.3"

plugins/updater/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ios = { level = "none", notes = "" }
2626
tauri-plugin = { workspace = true, features = ["build"] }
2727

2828
[dependencies]
29+
# Change this back to `workspace = true` when the workspace tauri is bumped to >2.7
2930
tauri = { version = "2.7", default-features = false }
3031
serde = { workspace = true }
3132
serde_json = { workspace = true }

0 commit comments

Comments
 (0)