From 519ddf7696206b9fc56e0917de68b10e8f9f68ab Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Wed, 25 Sep 2024 06:43:58 -0500 Subject: [PATCH] Release 0.60.0 (#3293) --- crates/libs/core/Cargo.toml | 2 +- crates/libs/registry/Cargo.toml | 4 ++-- crates/libs/registry/readme.md | 2 +- crates/libs/strings/Cargo.toml | 2 +- crates/libs/strings/readme.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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: