fix(pi): certify pinned native inspection semantics

This commit is contained in:
SaladDay
2026-08-02 15:24:48 +00:00
parent 15c735f040
commit 2a0a8125eb
12 changed files with 942 additions and 120 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ test-hooks = []
tauri-build = { version = "2.4.0", features = [] }
[dependencies]
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_json = { version = "1.0", features = ["arbitrary_precision", "preserve_order"] }
jsonc-parser = { version = "0.33", features = ["cst", "serde_json"] }
serde = { version = "1.0", features = ["derive"] }
log = "0.4"