Skip to content

Commit 519ddf7

Browse files
authored
Release 0.60.0 (#3293)
1 parent 0f7466c commit 519ddf7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

crates/libs/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ path = "../result"
2727
default-features = false
2828

2929
[dependencies.windows-strings]
30-
version = "0.1.0"
30+
version = "0.2.0"
3131
path = "../strings"
3232
default-features = false
3333

crates/libs/registry/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-registry"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Microsoft"]
55
edition = "2021"
66
rust-version = "1.60"
@@ -27,7 +27,7 @@ path = "../result"
2727
default-features = false
2828

2929
[dependencies.windows-strings]
30-
version = "0.1.0"
30+
version = "0.2.0"
3131
path = "../strings"
3232
default-features = false
3333

crates/libs/registry/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file:
1010

1111
```toml
1212
[dependencies.windows-registry]
13-
version = "0.2"
13+
version = "0.3"
1414
```
1515

1616
Read and write registry keys and values as needed:

crates/libs/strings/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-strings"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Microsoft"]
55
edition = "2021"
66
rust-version = "1.60"

crates/libs/strings/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file:
1010

1111
```toml
1212
[dependencies.windows-strings]
13-
version = "0.1"
13+
version = "0.2"
1414
```
1515

1616
Use the Windows string types as needed:

0 commit comments

Comments
 (0)