Merge pull request #950 from napi-rs/upgrade-windows-crate
chore(napi): upgrade windows crate to 0.29
This commit is contained in:
commit
ac1b52fab9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ctor = "0.1"
|
||||||
napi-sys = {version = "2.1.0", path = "../sys"}
|
napi-sys = {version = "2.1.0", path = "../sys"}
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
windows = {version = "0.28", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}
|
windows = {version = "0.29", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}
|
||||||
|
|
||||||
[dependencies.encoding_rs]
|
[dependencies.encoding_rs]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
Loading…
Reference in a new issue