fix: serialize same-file mutations

This commit is contained in:
2026-06-10 18:24:53 +09:00
parent 536ff4dd57
commit 401301438d
4 changed files with 216 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ serde_json = { workspace = true }
sha2 = { workspace = true }
tempfile = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["process", "rt", "time"] }
tokio = { workspace = true, features = ["process", "rt", "sync", "time"] }
tracing = { workspace = true }
[dev-dependencies]