chore(log): use kv stable feature rather than unstable (#3477)

This commit is contained in:
Bajoca
2026-07-13 13:23:56 +02:00
committed by GitHub
parent b1439be667
commit 254f222e0e
4 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
serde_repr = "0.1"
log = { workspace = true, features = ["kv_unstable"] }
log = { workspace = true, features = ["kv"] }
time = { version = "0.3", features = [
"formatting",
"local-offset",