Skip to content

Commit 3dfea3b

Browse files
committed
Update windows crate to version 0.62.2
Bumped the windows dependency from 0.61 to 0.62.2 in Cargo.toml. Reformatted the docs.rs targets list for improved readability.
1 parent 75a5fef commit 3dfea3b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ keywords = ["usn-journal", "filesystem", "ntfs", "mft", "refs"]
99
categories = ["filesystem", "os::windows-apis"]
1010

1111
[package.metadata.docs.rs]
12-
targets = ["x86_64-pc-windows-msvc", "aarch64-pc-windows-msvc", "i686-pc-windows-msvc"]
12+
targets = [
13+
"x86_64-pc-windows-msvc",
14+
"aarch64-pc-windows-msvc",
15+
"i686-pc-windows-msvc",
16+
]
1317

1418
[dependencies]
1519
chrono = "0.4"
@@ -18,9 +22,9 @@ lru = "0.16"
1822
thiserror = "2.0"
1923

2024
[dependencies.windows]
21-
version = "0.61"
25+
version = "0.62.2"
2226
features = [
23-
"Win32_Foundation",
27+
"Win32_Foundation",
2428
"Win32_System_IO",
2529
"Win32_Storage_FileSystem",
2630
"Win32_Security",

0 commit comments

Comments
 (0)