Skip to content

Commit 1ed235a

Browse files
committed
Merge pull request rust-lang#323 from crabtw/update-deps
clang-sys 5.1
2 parents 7aa79c4 + c155b44 commit 1ed235a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
keywords = [ "bindings", "ffi", "code-generation" ]
1111

1212
[dependencies]
13-
clang-sys = "~0.4.2"
13+
clang-sys = "~0.5.1"
1414
clippy = { version = "*", optional = true }
1515
log = "~0.3.6"
1616
libc = "~0.2.11"

0 commit comments

Comments
 (0)