mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 23:36:17 +00:00
52
This commit is contained in:
parent
7757386368
commit
bf704191f2
@ -53,7 +53,7 @@ js-sys = { version = "0.3", optional = true } # contains FFI bindings for
|
||||
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"] }
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Bindings generated by `windows-bindgen` 0.51.1
|
||||
// Bindings generated by `windows-bindgen` 0.52.0
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, dead_code, clippy::all)]
|
||||
::windows_targets::link!("kernel32.dll" "system" fn SystemTimeToFileTime(lpsystemtime : *const SYSTEMTIME, lpfiletime : *mut FILETIME) -> BOOL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user