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
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "l-s"
version = "0.5.2"
version = "0.5.3"
authors = ["licsber <admin@licsber.site>"]
edition = "2021"