From 9961def48b41de0eba0ee9e399868783ef602154 Mon Sep 17 00:00:00 2001 From: Rafael Rivera Date: Mon, 24 Oct 2022 14:49:45 -0700 Subject: [PATCH] Update windows dependency (#9) --- .github/README.md | 2 +- Cargo.toml | 2 +- crates/samples/functions/Cargo.toml | 2 +- crates/tools/api/Cargo.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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"