This commit is contained in:
Kenny Kerr 2021-07-06 11:27:15 -07:00
Родитель 00e6e523e5
Коммит 59c94aa1a2
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,6 +1,6 @@
[package]
name = "windows-app"
version = "0.2.0"
version = "0.3.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
@ -11,7 +11,7 @@ readme = "README.md"
exclude = [".github", "docs"]
[dependencies]
windows = { git = "https://github.com/microsoft/windows-rs" }
windows = "0.14.0"
[build-dependencies]
windows = { git = "https://github.com/microsoft/windows-rs" }
windows = "0.14.0"