Skip to content

Commit

Permalink
Release 0.60.0 (#3293)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Sep 25, 2024
1 parent 0f7466c commit 519ddf7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crates/libs/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions crates/libs/registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windows-registry"
version = "0.2.0"
version = "0.3.0"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.60"
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/libs/registry/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/strings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windows-strings"
version = "0.1.0"
version = "0.2.0"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/strings/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 519ddf7

Please sign in to comment.