Commit 519ddf7 1 parent 0f7466c commit 519ddf7 Copy full SHA for 519ddf7
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ path = "../result"
27
27
default-features = false
28
28
29
29
[dependencies .windows-strings ]
30
- version = " 0.1 .0"
30
+ version = " 0.2 .0"
31
31
path = " ../strings"
32
32
default-features = false
33
33
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " windows-registry"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [" Microsoft" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.60"
@@ -27,7 +27,7 @@ path = "../result"
27
27
default-features = false
28
28
29
29
[dependencies .windows-strings ]
30
- version = " 0.1 .0"
30
+ version = " 0.2 .0"
31
31
path = " ../strings"
32
32
default-features = false
33
33
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file:
10
10
11
11
``` toml
12
12
[dependencies .windows-registry ]
13
- version = " 0.2 "
13
+ version = " 0.3 "
14
14
```
15
15
16
16
Read and write registry keys and values as needed:
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " windows-strings"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" Microsoft" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.60"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file:
10
10
11
11
``` toml
12
12
[dependencies .windows-strings ]
13
- version = " 0.1 "
13
+ version = " 0.2 "
14
14
```
15
15
16
16
Use the Windows string types as needed:
You can’t perform that action at this time.
0 commit comments