Skip to content

Commit 107728b

Browse files
committed
chore: 升级 windows-rs 库至 0.62,windows-sys 库至 0.61
1 parent fe1a320 commit 107728b

File tree

9 files changed

+154
-57
lines changed

9 files changed

+154
-57
lines changed

Cargo.lock

Lines changed: 125 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "BlueGauge"
3-
version = "0.2.7"
3+
version = "0.3.0"
44
edition = "2024"
55
authors = ["iKineticate <https://github.com/iKineticate>"]
66
repository = "https://github.com/iKineticate/BlueGauge"
@@ -22,27 +22,26 @@ winit = "0.30"
2222
winreg = "0.55"
2323

2424
[dependencies.windows]
25-
version = "0.61"
25+
version = "0.62"
2626
features = [
2727
"Devices_Bluetooth",
2828
"Devices_Bluetooth_GenericAttributeProfile",
29-
"deprecated",
3029
"Devices_Enumeration",
3130
"Foundation_Collections",
3231
"Storage_Streams",
3332
"Win32_Globalization",
3433
]
3534

3635
[dependencies.windows-sys]
37-
version = "0.60"
36+
version = "0.61"
3837
features = [
3938
"Win32_Devices_Properties",
4039
"Win32_Devices_DeviceAndDriverInstallation",
4140
"Wdk_Devices_Bluetooth",
4241
]
4342

4443
[dev-dependencies.windows]
45-
version = "0.61"
44+
version = "0.62"
4645
features = [
4746
"Win32_Devices_Bluetooth",
4847
"Devices_Bluetooth_Rfcomm",

libs/windows_pnp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ windows_pnp_primitives = { path = "libs/windows_pnp_primitives" }
1111
windows_pnp_uuid = { path = "libs/windows_pnp_uuid" }
1212

1313
[target.'cfg(target_os = "windows")'.dependencies.windows]
14-
version = "0.61"
14+
version = "0.62"
1515
features = [
1616
"Win32_Devices_DeviceAndDriverInstallation",
1717
"Win32_Foundation",
1818
]
1919

2020
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
21-
version = "0.60"
21+
version = "0.61"
2222
features = [
2323
"Win32_Devices_DeviceAndDriverInstallation",
2424
"Win32_Devices_Properties",

libs/windows_pnp/libs/windows_pnp_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/scalefs/scalefs-common-lib-rs"
77
[dependencies]
88

99
[target.'cfg(target_os = "windows")'.dependencies.windows]
10-
version = "0.61"
10+
version = "0.62"
1111
features = [
1212
"Win32_Foundation",
1313
]

libs/windows_pnp/libs/windows_pnp_uuid/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ repository = "https://github.com/scalefs/scalefs-uuid-lib-rs"
77
[dependencies]
88

99
[target.'cfg(target_os = "windows")'.dependencies.windows]
10-
version = "0.61"
10+
version = "0.62"
1111
features = [
1212
"Win32_Foundation",
1313
]
1414

1515
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
16-
version = "0.60"
16+
version = "0.61"
1717
features = [
1818
"Win32_Foundation",
1919
]

0 commit comments

Comments
 (0)