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

11 lines
317 B

--- libm-0.2.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libm-0.2.2/Cargo.toml 2022-02-07T22:51:18.738558+00:00
@@ -21,6 +21,7 @@
categories = ["no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/libm"
+exclude = ["/ci/*"]
[profile.release]
lto = "fat"
[dev-dependencies.no-panic]