mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
chore(napi): upgrade windows crate to 0.29
This commit is contained in:
parent
163ddb69ef
commit
0d38cb01bd
@ -32,7 +32,7 @@ ctor = "0.1"
|
||||
napi-sys = {version = "2.1.0", path = "../sys"}
|
||||
|
||||
[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]
|
||||
optional = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user