This commit is contained in:
Kenny Kerr 2024-09-25 06:43:58 -05:00 коммит произвёл GitHub
Родитель 0f7466c34e
Коммит 519ddf7696
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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: