You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-simple_logger/simple_logger-fix-metadata....

13 lines
358 B

--- simple_logger-1.9.0/Cargo.toml 2020-09-02T08:16:50+00:00
+++ simple_logger-1.9.0/Cargo.toml 2020-09-16T21:43:22.672718+00:00
@@ -32,9 +32,3 @@
5 years ago
[features]
5 years ago
default = ["colored", "chrono"]
5 years ago
-[target."cfg(windows)".dependencies.atty]
-version = "0.2.13"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["handleapi", "winbase"]