fix(compat): [#1981] Windows平台sync_parent_dir兼容修复

- sync_parent_dir新增#[cfg(windows)]空实现
- File导入改为条件编译避免Windows编译失败
- 版本号升级至v0.5.3
This commit is contained in:
2026-05-15 14:37:13 +08:00
parent fdf99c7184
commit 844b366f62
3 changed files with 14 additions and 3 deletions
Generated
+1 -1
View File
@@ -261,7 +261,7 @@ dependencies = [
[[package]]
name = "l-s"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"clap",