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

20 lines
550 B

5 years ago
--- clang-sys-0.29.3/Cargo.toml 2020-03-31T17:22:34+00:00
+++ clang-sys-0.29.3/Cargo.toml 2020-05-29T23:55:12.149631+00:00
5 years ago
@@ -21,6 +21,7 @@
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/KyleMayes/clang-sys"
+exclude = ["/appveyor.yml", "/ci/*", "/clippy.toml"]
5 years ago
[package.metadata.docs.rs]
features = ["clang_9_0", "runtime"]
[dependencies.glob]
@@ -31,7 +32,7 @@
default-features = false
[dependencies.libloading]
-version = "0.5"
+version = "0.6"
optional = true
[build-dependencies.glob]
version = "0.3"