File tree Expand file tree Collapse file tree 9 files changed +154
-57
lines changed Expand file tree Collapse file tree 9 files changed +154
-57
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " BlueGauge"
3- version = " 0.2.7 "
3+ version = " 0.3.0 "
44edition = " 2024"
55authors = [" iKineticate <https://github.com/iKineticate>" ]
66repository = " https://github.com/iKineticate/BlueGauge"
@@ -22,27 +22,26 @@ winit = "0.30"
2222winreg = " 0.55"
2323
2424[dependencies .windows ]
25- version = " 0.61 "
25+ version = " 0.62 "
2626features = [
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 "
3837features = [
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 "
4645features = [
4746 " Win32_Devices_Bluetooth" ,
4847 " Devices_Bluetooth_Rfcomm" ,
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ windows_pnp_primitives = { path = "libs/windows_pnp_primitives" }
1111windows_pnp_uuid = { path = " libs/windows_pnp_uuid" }
1212
1313[target .'cfg(target_os = "windows")' .dependencies .windows ]
14- version = " 0.61 "
14+ version = " 0.62 "
1515features = [
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 "
2222features = [
2323 " Win32_Devices_DeviceAndDriverInstallation" ,
2424 " Win32_Devices_Properties" ,
Original file line number Diff line number Diff 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 "
1111features = [
1212 " Win32_Foundation" ,
1313]
Original file line number Diff line number Diff 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 "
1111features = [
1212 " Win32_Foundation" ,
1313]
1414
1515[target .'cfg(target_os = "windows")' .dependencies .windows-sys ]
16- version = " 0.60 "
16+ version = " 0.61 "
1717features = [
1818 " Win32_Foundation" ,
1919]
You can’t perform that action at this time.
0 commit comments