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
336 B

--- clang-sys-0.28.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ clang-sys-0.28.1/Cargo.toml 2019-11-23T00:05:36.674266+00: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.3"