Skip to content

Commit

Permalink
Merge pull request #1 from kgv/main
Browse files Browse the repository at this point in the history
Bump windows to 0.52.0
  • Loading branch information
NiiightmareXD authored Jan 14, 2024
2 parents 27df18e + b3ec44d commit e1c59a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windows-native"
version = "1.0.41"
version = "1.0.42"
authors = ["NiiightmareXD"]
edition = "2021"
description = "Windows Native Undocumented API for Rust Language 🔥"
Expand All @@ -12,7 +12,7 @@ keywords = ["native", "windows", "ffi", "win32", "com"]
categories = ["os::windows-apis", "api-bindings", "external-ffi-bindings"]

[dependencies]
windows = { version = "0.51.1", features = [
windows = { version = "0.52.0", features = [
"Win32_Foundation",
"Win32_System_ApplicationInstallationAndServicing",
"Win32_Devices_DeviceAndDriverInstallation",
Expand Down

0 comments on commit e1c59a9

Please sign in to comment.