Codebase list rust-stfu8 / 681f3f5
add a missing file Sylvestre Ledru 5 years ago
1 changed file(s) with 13 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: cbindgen/Cargo.toml
1 ===================================================================
2 --- cbindgen.orig/Cargo.toml
3 +++ cbindgen/Cargo.toml
4 @@ -45,7 +45,7 @@ version = "=1.0.58"
5 version = "1.0"
6
7 [dependencies.syn]
8 -version = "0.14.0"
9 +version = "0.15.0"
10 features = ["clone-impls", "derive", "extra-traits", "full", "parsing", "printing"]
11 default-features = false
12