diff --git a/Cargo.lock b/Cargo.lock index 64c4189..4df521d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "phnt" -version = "0.0.10" +version = "0.0.11" dependencies = [ "bindgen", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d146f3a..bc1b4fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.10" +version = "0.0.11" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs" @@ -15,7 +15,6 @@ all-features = true default-target = "" targets = [] - [build-dependencies] windows.features = ["Win32_Foundation"] windows-targets = "0.52.0"