From e96d3232bd0afbd2230be9d33612f1183247f455 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 6 Apr 2023 13:23:58 -0700 Subject: [PATCH] Update to windows-sys 0.48. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aebaa01..6a9007e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["os::windows-apis", "external-ffi-bindings"] edition = "2018" [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.45.0" +version = "0.48.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem",