diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-09 16:23:24 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-09 16:23:24 +0800 |
| commit | 4af01dcede350f1b682ba7d76681dd87968f1885 (patch) | |
| tree | 4152a818b18ce94fe15514980d33d2a57a3041fc /crates/vcs_data/Cargo.toml | |
| parent | 5b8ddcf9f2b98130afe1dd8d784afccbdae47981 (diff) | |
fix: Windows support
Diffstat (limited to 'crates/vcs_data/Cargo.toml')
| -rw-r--r-- | crates/vcs_data/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
