diff --git a/crates/libs/bindgen/Cargo.toml b/crates/libs/bindgen/Cargo.toml index 027fd14f57..2c0ff8b496 100644 --- a/crates/libs/bindgen/Cargo.toml +++ b/crates/libs/bindgen/Cargo.toml @@ -21,7 +21,7 @@ default = ["metadata"] metadata = [] [dependencies] -windows-metadata = { path = "../metadata", version = "0.55.0" } +windows-metadata = { path = "../metadata", version = "0.55" } rayon = "1.7" [dependencies.syn] @@ -33,8 +33,8 @@ version = "1.0" features = ["span-locations"] [dependencies.serde] -version = "1.0.196" +version = "1.0" features = ["derive"] [dependencies.serde_json] -version = "1.0.113" +version = "1.0" diff --git a/crates/libs/bindgen/readme.md b/crates/libs/bindgen/readme.md index f18d187441..d45dc9acf6 100644 --- a/crates/libs/bindgen/readme.md +++ b/crates/libs/bindgen/readme.md @@ -10,10 +10,10 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-targets] -version = "0.52.4" +version = "0.52" [dev-dependencies.windows-bindgen] -version = "0.55.0" +version = "0.55" ``` Generates Rust bindings in a build script or test as needed: diff --git a/crates/libs/core/Cargo.toml b/crates/libs/core/Cargo.toml index b42cf062f5..2c580a7701 100644 --- a/crates/libs/core/Cargo.toml +++ b/crates/libs/core/Cargo.toml @@ -18,13 +18,13 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.windows-targets] -version = "0.52.4" +version = "0.52" path = "../targets" [dependencies.windows-result] -version = "0.1.0" +version = "0.1" path = "../result" [dependencies] -windows-implement = { path = "../implement", version = "0.53.0" } -windows-interface = { path = "../interface", version = "0.53.0" } +windows-implement = { path = "../implement", version = "0.53" } +windows-interface = { path = "../interface", version = "0.53" } diff --git a/crates/libs/core/readme.md b/crates/libs/core/readme.md index 4f54e92e53..849d37e755 100644 --- a/crates/libs/core/readme.md +++ b/crates/libs/core/readme.md @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows] -version = "0.54.0" +version = "0.54" features = [ "Data_Xml_Dom", "Win32_Foundation", @@ -58,7 +58,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-sys] -version = "0.52.0" +version = "0.52" features = [ "Win32_Foundation", "Win32_Security", diff --git a/crates/libs/metadata/readme.md b/crates/libs/metadata/readme.md index bae7e0d7fc..78768dbdc9 100644 --- a/crates/libs/metadata/readme.md +++ b/crates/libs/metadata/readme.md @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-metadata] -version = "0.55.0" +version = "0.55" ``` Read metadata as needed: diff --git a/crates/libs/registry/Cargo.toml b/crates/libs/registry/Cargo.toml index dc76bd8ecc..18c89926e1 100644 --- a/crates/libs/registry/Cargo.toml +++ b/crates/libs/registry/Cargo.toml @@ -19,13 +19,13 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.windows-targets] -version = "0.52.4" +version = "0.52" path = "../targets" [dependencies.windows-result] -version = "0.1.0" +version = "0.1" path = "../result" [dev-dependencies.windows-bindgen] -version = "0.55.0" +version = "0.55" path = "../bindgen" diff --git a/crates/libs/result/Cargo.toml b/crates/libs/result/Cargo.toml index 6de5df2892..3e6b30a546 100644 --- a/crates/libs/result/Cargo.toml +++ b/crates/libs/result/Cargo.toml @@ -19,9 +19,9 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.windows-targets] -version = "0.52.4" +version = "0.52" path = "../targets" [dev-dependencies.windows-bindgen] -version = "0.55.0" +version = "0.55" path = "../bindgen" diff --git a/crates/libs/sys/Cargo.toml b/crates/libs/sys/Cargo.toml index 5034b29b7c..f9257d8d31 100644 --- a/crates/libs/sys/Cargo.toml +++ b/crates/libs/sys/Cargo.toml @@ -20,7 +20,7 @@ targets = [] all-features = true [dependencies.windows-targets] -version = "0.52.4" +version = "0.52" path = "../targets" [features] diff --git a/crates/libs/sys/readme.md b/crates/libs/sys/readme.md index 4f6bf2d552..37f8dc410c 100644 --- a/crates/libs/sys/readme.md +++ b/crates/libs/sys/readme.md @@ -59,7 +59,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-sys] -version = "0.52.0" +version = "0.52" features = [ "Win32_Foundation", "Win32_Security", diff --git a/crates/libs/targets/Cargo.toml b/crates/libs/targets/Cargo.toml index 7613e72dbb..a53fb7bdf9 100644 --- a/crates/libs/targets/Cargo.toml +++ b/crates/libs/targets/Cargo.toml @@ -14,22 +14,22 @@ readme = "readme.md" workspace = true [target.'cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib)))'.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.52.4" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.52" } [target.'cfg(all(target_arch = "x86_64", target_env = "msvc", not(windows_raw_dylib)))'.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.52.4" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.52" } [target.'cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib)))'.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.52.4" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.52" } [target.'cfg(all(target_arch = "x86", target_env = "gnu", not(windows_raw_dylib)))'.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.52.4" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.52" } [target.'cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib)))'.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.52.4" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.52" } [target.x86_64-pc-windows-gnullvm.dependencies] -windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.52.4" } +windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.52" } [target.aarch64-pc-windows-gnullvm.dependencies] -windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.52.4" } +windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.52" } diff --git a/crates/libs/targets/readme.md b/crates/libs/targets/readme.md index 05032220ef..ff7c47b00d 100644 --- a/crates/libs/targets/readme.md +++ b/crates/libs/targets/readme.md @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-targets] -version = "0.52.4" +version = "0.52" ``` Use the `link`` macro to define the external functions you wish to call: diff --git a/crates/libs/version/Cargo.toml b/crates/libs/version/Cargo.toml index 879d15b7ae..25927e3316 100644 --- a/crates/libs/version/Cargo.toml +++ b/crates/libs/version/Cargo.toml @@ -18,9 +18,9 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.windows-targets] -version = "0.52.4" +version = "0.52" path = "../targets" [dev-dependencies.windows-bindgen] -version = "0.55.0" +version = "0.55" path = "../bindgen" diff --git a/crates/libs/windows/Cargo.toml b/crates/libs/windows/Cargo.toml index 1d48c54e6a..e00c81ee6b 100644 --- a/crates/libs/windows/Cargo.toml +++ b/crates/libs/windows/Cargo.toml @@ -22,8 +22,8 @@ targets = [] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -windows-core = { path = "../core", version = "0.55.0" } -windows-targets = { path = "../targets", version = "0.52.4" } +windows-core = { path = "../core", version = "0.55" } +windows-targets = { path = "../targets", version = "0.52" } [features] default = [] diff --git a/crates/libs/windows/readme.md b/crates/libs/windows/readme.md index eb94e61cfb..cf07b3ceef 100644 --- a/crates/libs/windows/readme.md +++ b/crates/libs/windows/readme.md @@ -59,7 +59,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-sys] -version = "0.52.0" +version = "0.52" features = [ "Win32_Foundation", "Win32_Security", diff --git a/crates/tools/riddle/Cargo.toml b/crates/tools/riddle/Cargo.toml index 5b62522689..51f9aff677 100644 --- a/crates/tools/riddle/Cargo.toml +++ b/crates/tools/riddle/Cargo.toml @@ -11,5 +11,5 @@ readme = "readme.md" [dependencies.windows-bindgen] path = "../../libs/bindgen" -version = "0.55.0" +version = "0.55" default-features = false