From c59781df08b01416661a845c8cba8418022fdfdd Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 28 Jul 2026 13:12:53 +0800 Subject: [PATCH] build: freeze wave2 storage dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3285899..8bede40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ nana-engine = { path = "crates/nana-engine" } nana-runtime = { path = "crates/nana-runtime" } nana-store = { path = "crates/nana-store" } openlapp = { path = "../lapp-rs", default-features = false, features = ["client-rustls"] } +rusqlite = { version = "0.38.0", features = ["bundled"] } schemars = "1.0.4" semver = { version = "1.0.27", features = ["serde"] } serde = { version = "1.0.228", features = ["derive"] }