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.
|
|
|
--- snapbox-0.6.18/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ snapbox-0.6.18/Cargo.toml 2024-10-04T17:11:19.379054+00:00
|
|
|
|
@@ -189,7 +189,6 @@
|
|
|
|
"dep:os_pipe",
|
|
|
|
"dep:wait-timeout",
|
|
|
|
"dep:libc",
|
|
|
|
- "dep:windows-sys",
|
|
|
|
]
|
|
|
|
color = [
|
|
|
|
"dep:anstream",
|
|
|
|
@@ -229,11 +228,6 @@
|
|
|
|
|
|
|
|
[target."cfg(unix)".dependencies.libc]
|
|
|
|
version = "0.2.137"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[target."cfg(windows)".dependencies.windows-sys]
|
|
|
|
-version = "0.59.0"
|
|
|
|
-features = ["Win32_Foundation"]
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
[lints.clippy]
|
|
|
|
@@ -306,3 +300,4 @@
|
|
|
|
[lints.rust.rust_2018_idioms]
|
|
|
|
level = "warn"
|
|
|
|
priority = -1
|
|
|
|
+
|