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

11 lines
339 B

--- clang-sys-0.26.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ clang-sys-0.26.2/Cargo.toml 2018-11-04T08:20:04.810931+01:00
@@ -21,6 +21,7 @@
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/KyleMayes/clang-sys"
+exclude = ["/appveyor.yml", "/ci/*", "/clippy.toml"]
[dependencies.glob]
version = "0.2.11"