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

19 lines
544 B

--- libc-0.2.50/Cargo.toml 1970-01-01T01:00:00+01:00
+++ libc-0.2.50/Cargo.toml 2019-03-05T20:29:28.054747+01:00
6 years ago
@@ -24,15 +24,11 @@
6 years ago
categories = ["external-ffi-bindings", "no-std", "os"]
6 years ago
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/libc"
6 years ago
-[dependencies.rustc-std-workspace-core]
-version = "1.0.0"
-optional = true
[features]
align = []
6 years ago
default = ["use_std"]
6 years ago
extra_traits = []
6 years ago
-rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
use_std = []
[badges.appveyor]
project_name = "rust-lang-libs/libc"