зеркало из https://github.com/microsoft/dia-rs.git
Update windows dependency (#9)
This commit is contained in:
Родитель
ed479e853b
Коммит
9961def48b
|
@ -10,7 +10,7 @@ Start by adding `windows` and `microsoft-dia` dependencies to Cargo.toml:
|
|||
|
||||
```toml
|
||||
[dependencies.windows]
|
||||
version = "0.42.0"
|
||||
version = "0.43.0"
|
||||
features = [
|
||||
"Win32_System_Com"
|
||||
]
|
||||
|
|
|
@ -16,7 +16,7 @@ members = [
|
|||
]
|
||||
|
||||
[dependencies.windows]
|
||||
version = "0.42.0"
|
||||
version = "0.43.0"
|
||||
features = [
|
||||
"Win32_Foundation",
|
||||
"Win32_System_LibraryLoader",
|
||||
|
|
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies.windows]
|
||||
version = "0.42.0"
|
||||
version = "0.43.0"
|
||||
|
||||
[dependencies.microsoft-dia]
|
||||
path = "../../../"
|
||||
|
|
|
@ -5,5 +5,5 @@ edition = "2018"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
windows-bindgen = "0.42.0"
|
||||
windows-metadata = "0.42.0"
|
||||
windows-bindgen = "0.43.0"
|
||||
windows-metadata = "0.43.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче