diff --git a/crates/libs/core/Cargo.toml b/crates/libs/core/Cargo.toml index d49853bff8..3aeeee105c 100644 --- a/crates/libs/core/Cargo.toml +++ b/crates/libs/core/Cargo.toml @@ -27,7 +27,7 @@ path = "../result" default-features = false [dependencies.windows-strings] -version = "0.1.0" +version = "0.2.0" path = "../strings" default-features = false diff --git a/crates/libs/registry/Cargo.toml b/crates/libs/registry/Cargo.toml index 1a064ab1cd..21f8343835 100644 --- a/crates/libs/registry/Cargo.toml +++ b/crates/libs/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-registry" -version = "0.2.0" +version = "0.3.0" authors = ["Microsoft"] edition = "2021" rust-version = "1.60" @@ -27,7 +27,7 @@ path = "../result" default-features = false [dependencies.windows-strings] -version = "0.1.0" +version = "0.2.0" path = "../strings" default-features = false diff --git a/crates/libs/registry/readme.md b/crates/libs/registry/readme.md index 5df5f506c9..e51dd43d9a 100644 --- a/crates/libs/registry/readme.md +++ b/crates/libs/registry/readme.md @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-registry] -version = "0.2" +version = "0.3" ``` Read and write registry keys and values as needed: diff --git a/crates/libs/strings/Cargo.toml b/crates/libs/strings/Cargo.toml index 303c0a0831..dac71fdefa 100644 --- a/crates/libs/strings/Cargo.toml +++ b/crates/libs/strings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-strings" -version = "0.1.0" +version = "0.2.0" authors = ["Microsoft"] edition = "2021" rust-version = "1.60" diff --git a/crates/libs/strings/readme.md b/crates/libs/strings/readme.md index 75064d0842..21524124d7 100644 --- a/crates/libs/strings/readme.md +++ b/crates/libs/strings/readme.md @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-strings] -version = "0.1" +version = "0.2" ``` Use the Windows string types as needed: