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

11 lines
405 B

--- num-integer-0.1.39/Cargo.toml 1970-01-01T01:00:00+01:00
+++ num-integer-0.1.39/Cargo.toml 2018-10-31T11:34:34.640887+01:00
@@ -23,6 +23,7 @@
categories = ["algorithms", "science", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num-integer"
+exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
[package.metadata.docs.rs]
features = ["std"]
[dependencies.num-traits]