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.
22 lines
583 B
22 lines
583 B
4 weeks ago
|
--- portable-atomic-1.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ portable-atomic-1.10.0/Cargo.toml 2024-11-26T14:44:15.627256+00:00
|
||
|
@@ -98,13 +98,6 @@
|
||
|
[target."cfg(unix)".dev-dependencies.libc]
|
||
|
version = "=0.2.163"
|
||
|
|
||
|
-[target."cfg(windows)".dev-dependencies.windows-sys]
|
||
|
-version = "0.59"
|
||
|
-features = [
|
||
|
- "Win32_Foundation",
|
||
|
- "Win32_System_Threading",
|
||
|
-]
|
||
|
-
|
||
|
[lints.clippy]
|
||
|
all = "warn"
|
||
|
as_ptr_cast_mut = "warn"
|
||
|
@@ -236,3 +229,4 @@
|
||
|
"cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)",
|
||
|
"cfg(portable_atomic_unstable_coerce_unsized)",
|
||
|
]
|
||
|
+
|