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

18 lines
491 B

6 years ago
--- libc-0.2.44/Cargo.toml 1969-12-31T16:00:00-08:00
+++ libc-0.2.44/Cargo.toml 2018-11-26T13:19:32.940302-08:00
@@ -22,14 +22,10 @@
readme = "README.md"
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"]
-rustc-dep-of-std = ["align", "rustc-std-workspace-core"]
use_std = []
[badges.appveyor]
project_name = "rust-lang-libs/libc"