From d4c62e8484224833b50ee22dd71d917a492297fa Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 10 Aug 2026 19:06:53 +0800 Subject: [PATCH] chore(sync): pin PowerSync Guion release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acaf21f..fb555e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1693,7 +1693,7 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "powersync" version = "0.0.7" -source = "git+https://github.com/GuionAI/powersync-native?rev=133f7eabacfbd49b3240f8313807105eab0ef315#133f7eabacfbd49b3240f8313807105eab0ef315" +source = "git+https://github.com/GuionAI/powersync-native?tag=v0.0.7-guion.1#34acf8d013ca4750f2be23a1b306ee401cd7d438" dependencies = [ "async-channel", "async-lock", diff --git a/Cargo.toml b/Cargo.toml index d18a1ea..9286d31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ pre-release-commit-message = "chore: release {{version}}" serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["rt", "macros", "time"] } -powersync = { git = "https://github.com/GuionAI/powersync-native", rev = "133f7eabacfbd49b3240f8313807105eab0ef315", features = ["tokio", "reqwest"] } +powersync = { git = "https://github.com/GuionAI/powersync-native", tag = "v0.0.7-guion.1", features = ["tokio", "reqwest"] } base64 = "0.22" rusqlite = { version = "0.39", features = ["load_extension", "bundled"] } async-trait = "0.1"