From 4af01dcede350f1b682ba7d76681dd87968f1885 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 9 Nov 2025 16:23:24 +0800 Subject: fix: Windows support --- crates/vcs_data/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/vcs_data/Cargo.toml') diff --git a/crates/vcs_data/Cargo.toml b/crates/vcs_data/Cargo.toml index b06984f..de83b7b 100644 --- a/crates/vcs_data/Cargo.toml +++ b/crates/vcs_data/Cargo.toml @@ -30,5 +30,5 @@ dirs = "6.0.0" # Time chrono = "0.4.42" -# Win API -winapi-util = "0.1.11" +# Windows API +winapi = { version = "0.3.9", features = ["fileapi", "winbase", "winnt"] } \ No newline at end of file -- cgit