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-libc/libc-fix-metadata.diff

20 lines
543 B

--- libc-0.2.80/Cargo.toml 2020-10-25T20:52:21+00:00
+++ libc-0.2.80/Cargo.toml 2020-11-04T20:03:44.950947+00:00
@@ -24,16 +24,12 @@
categories = ["external-ffi-bindings", "no-std", "os"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/libc"
-[dependencies.rustc-std-workspace-core]
-version = "1.0.0"
-optional = true
[features]
-align = []
-const-extern-fn = []
default = ["std"]
extra_traits = []
-rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
std = []
use_std = ["std"]
[badges.azure-devops]