Skip to content

Commit

Permalink
Upgrade libbindgen to 0.1.5
Browse files Browse the repository at this point in the history
0.1.4 is known for being broken on Windows, and earlier version may not
work properly in various platforms.
  • Loading branch information
upsuper committed Dec 29, 2016
1 parent c6ea1ec commit f1f1466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -66,7 +66,7 @@ kernel32-sys = "0.2"

[build-dependencies]
lazy_static = "0.2"
libbindgen = {version = "0.1.1", optional = true}
libbindgen = {version = "0.1.5", optional = true}
phf_codegen = "0.7.20"
regex = {version = "0.1", optional = true}
walkdir = "0.1"

0 comments on commit f1f1466

Please sign in to comment.