Skip to content

Commit

Permalink
Update windows-bindgen to 0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Nov 20, 2023
1 parent 0fee6e3 commit a3622da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ wasm-bindgen = { version = "0.2", optional = true }
js-sys = { version = "0.3", optional = true } # contains FFI bindings for the JS Date API

[target.'cfg(windows)'.dependencies]
windows-targets = { version = "0.48", optional = true }
windows-targets = { version = "0.52", optional = true }

[target.'cfg(windows)'.dev-dependencies]
windows-bindgen = { version = "0.51" }
windows-bindgen = { version = "0.52" }

[target.'cfg(unix)'.dependencies]
iana-time-zone = { version = "0.1.45", optional = true, features = ["fallback"] }
Expand Down

0 comments on commit a3622da

Please sign in to comment.