diff --git a/.github/README.md b/.github/README.md index c24636b..bc37d26 100644 --- a/.github/README.md +++ b/.github/README.md @@ -10,7 +10,7 @@ Start by adding `windows` and `microsoft-dia` dependencies to Cargo.toml: ```toml [dependencies.windows] -version = "0.42.0" +version = "0.43.0" features = [ "Win32_System_Com" ] diff --git a/Cargo.toml b/Cargo.toml index ac03ce1..50407c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = [ ] [dependencies.windows] -version = "0.42.0" +version = "0.43.0" features = [ "Win32_Foundation", "Win32_System_LibraryLoader", diff --git a/crates/samples/functions/Cargo.toml b/crates/samples/functions/Cargo.toml index 580f857..dd75d6e 100644 --- a/crates/samples/functions/Cargo.toml +++ b/crates/samples/functions/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies.windows] -version = "0.42.0" +version = "0.43.0" [dependencies.microsoft-dia] path = "../../../" diff --git a/crates/tools/api/Cargo.toml b/crates/tools/api/Cargo.toml index 848e494..e67eca3 100644 --- a/crates/tools/api/Cargo.toml +++ b/crates/tools/api/Cargo.toml @@ -5,5 +5,5 @@ edition = "2018" publish = false [dependencies] -windows-bindgen = "0.42.0" -windows-metadata = "0.42.0" +windows-bindgen = "0.43.0" +windows-metadata = "0.43.0"