fix(compat): [#1981] Windows平台sync_parent_dir兼容修复
- sync_parent_dir新增#[cfg(windows)]空实现 - File导入改为条件编译避免Windows编译失败 - 版本号升级至v0.5.3
This commit is contained in:
Generated
+1
-1
@@ -261,7 +261,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "l-s"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
||||
Reference in New Issue
Block a user