Skip to content

Commit

Permalink
Workaround again cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Aug 25, 2023
1 parent 6ae7d1d commit e61cf38
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ itertools = "0.11"
# pin a cargo dependency that sadly broke semver
strip-ansi-escapes = "=0.1.1"

# workaround cargo
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48"
features = [
"Win32_Foundation",
"Win32_Storage_FileSystem",
"Win32_System_IO",
"Win32_System_Console",
"Win32_System_Threading",
"Win32_System_JobObjects",
"Win32_Security",
"Win32_System_SystemServices"
]

[features]
default = []
vendored-openssl = ["cargo/vendored-openssl"]
Expand Down

0 comments on commit e61cf38

Please sign in to comment.