From bfb55f3541143a7db6af269d24197df94f07519e Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Thu, 20 Jun 2024 13:01:39 -0700 Subject: [PATCH] Remove unused dependencies (#3117) --- crates/libs/core/Cargo.toml | 4 ---- crates/libs/registry/Cargo.toml | 4 ---- crates/libs/result/Cargo.toml | 4 ---- 3 files changed, 12 deletions(-) diff --git a/crates/libs/core/Cargo.toml b/crates/libs/core/Cargo.toml index 8d3a9c2db6..f250d93a10 100644 --- a/crates/libs/core/Cargo.toml +++ b/crates/libs/core/Cargo.toml @@ -29,10 +29,6 @@ path = "../result" windows-implement = { path = "../implement", version = "0.57.0" } windows-interface = { path = "../interface", version = "0.57.0" } -[dev-dependencies.windows-bindgen] -version = "0.57.0" -path = "../bindgen" - [features] default = ["std"] std = [] diff --git a/crates/libs/registry/Cargo.toml b/crates/libs/registry/Cargo.toml index 3ca2174d38..70c4a35e96 100644 --- a/crates/libs/registry/Cargo.toml +++ b/crates/libs/registry/Cargo.toml @@ -25,7 +25,3 @@ path = "../targets" [dependencies.windows-result] version = "0.1.1" path = "../result" - -[dev-dependencies.windows-bindgen] -version = "0.57.0" -path = "../bindgen" diff --git a/crates/libs/result/Cargo.toml b/crates/libs/result/Cargo.toml index 126f53a4c0..a255606833 100644 --- a/crates/libs/result/Cargo.toml +++ b/crates/libs/result/Cargo.toml @@ -25,7 +25,3 @@ targets = [] [dependencies.windows-targets] version = "0.52.5" path = "../targets" - -[dev-dependencies.windows-bindgen] -version = "0.57.0" -path = "../bindgen"