Skip to content

Commit

Permalink
Merge pull request #1185 from onur-ozkan/optimize-dep-stack
Browse files Browse the repository at this point in the history
optimize dependency stack by removing duplications
  • Loading branch information
GuillaumeGomez authored Dec 29, 2023
2 parents 2885013 + ff4a061 commit 09cca2e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 87 deletions.
104 changes: 19 additions & 85 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ once_cell = "1.18"

[target.'cfg(windows)'.dependencies]
ntapi = "0.4"
windows = { version = "0.51", features = [
windows = { version = "0.52", features = [
"Wdk_System_SystemInformation",
"Wdk_System_SystemServices",
"Wdk_System_Threading",
Expand Down Expand Up @@ -92,7 +92,7 @@ libc = "^0.2.150"
core-foundation-sys = "0.8"

[target.'cfg(all(target_os = "linux", not(target_os = "android")))'.dev-dependencies]
tempfile = "3.8"
tempfile = "3.9"

[dev-dependencies]
serde_json = "1.0" # Used in documentation tests.

0 comments on commit 09cca2e

Please sign in to comment.