Codebase list rust-stfu8 / 02557f5
bindgen: and the patches Sylvestre Ledru 3 years ago
3 changed file(s) with 14 addition(s) and 30 deletion(s). Raw diff Collapse all Expand all
0 Index: bindgen/Cargo.toml
1 ===================================================================
2 --- bindgen.orig/Cargo.toml
3 +++ bindgen/Cargo.toml
4 @@ -101,7 +101,7 @@ version = "0.1"
5 version = "0.1"
6
7 [features]
8 -default = ["logging", "clap", "runtime", "which-rustfmt"]
9 +default = ["logging", "clap", "which-rustfmt"]
10 logging = ["env_logger", "log"]
11 runtime = ["clang-sys/runtime"]
12 static = ["clang-sys/static"]
0 update-dep.diff
0 disable-runtime.diff
+0
-29
src/bindgen/debian/patches/update-dep.diff less more
0 Index: bindgen/Cargo.toml
1 ===================================================================
2 --- bindgen.orig/Cargo.toml
3 +++ bindgen/Cargo.toml
4 @@ -37,13 +37,13 @@ required-features = ["clap"]
5 version = "1.0.3"
6
7 [dependencies.cexpr]
8 -version = "0.3.3"
9 +version = "0.4"
10
11 [dependencies.cfg-if]
12 version = "0.1.0"
13
14 [dependencies.clang-sys]
15 -version = "0.28.0"
16 +version = "1"
17 features = ["runtime", "clang_6_0"]
18
19 [dependencies.clap]
20 @@ -51,7 +51,7 @@ version = "2"
21 optional = true
22
23 [dependencies.env_logger]
24 -version = "0.6"
25 +version = "0.7"
26 optional = true
27
28 [dependencies.lazy_static]