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.
23 lines
545 B
23 lines
545 B
--- clang-sys-0.28.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ clang-sys-0.28.0/Cargo.toml 2019-05-07T12:25:04.096136+00:00
|
|
@@ -21,8 +21,9 @@
|
|
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"
|
|
+version = "0.3"
|
|
|
|
[dependencies.libc]
|
|
version = "0.2.39"
|
|
@@ -32,7 +33,7 @@
|
|
version = "0.5.0"
|
|
optional = true
|
|
[build-dependencies.glob]
|
|
-version = "0.2.11"
|
|
+version = "0.3"
|
|
|
|
[features]
|
|
clang_3_5 = []
|