Skip to content

Commit 9e2b8de

Browse files
committed
Update in Tauri SDK too
1 parent 948f59f commit 9e2b8de

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.changeset/core-extension-0-5-2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
'@powersync/node': patch
55
'@powersync/react-native': patch
66
'@powersync/shared-internals': patch
7+
'@powersync/tauri-plugin': patch
8+
'tauri-plugin-powersync': patch
79
---
810

911
Update PowerSync SQLite core extension to version 0.5.2.

packages/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tauri = { version = "2.10.3" }
1818
serde = "1"
1919
serde_json = { version = "1", features = ["raw_value"] }
2020
thiserror = "2"
21-
powersync = { version = "0.0.5", features = ["tokio", "reqwest"] }
21+
powersync = { version = "0.0.7", features = ["tokio", "reqwest"] }
2222
reqwest = "0.13.2"
2323
http-client = { version = "6.5.3", default-features = false }
2424
rusqlite = { version = "0.39.0", features = ["bundled"] }

0 commit comments

Comments
 (0)