Release 0.60.0 (#3293)
This commit is contained in:
Родитель
0f7466c34e
Коммит
519ddf7696
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "windows-strings"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Microsoft"]
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
|
|
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче