Update the style crate's bindgen dependency

This commit is contained in:
Nick Fitzgerald 2017-04-12 14:50:31 -07:00
parent a5fe464e4a
commit 1cfd3ce5d3
6 changed files with 70 additions and 55 deletions

View file

@ -13,3 +13,9 @@ opt-level = 3
# Uncomment to profile on Linux:
# debug = true
# lto = false
[replace]
# If you need to temporarily test Servo with a local fork of some upstream
# crate, add that here. Use the form:
#
# "<crate>:<version>" = { path = "/path/to/local/checkout" }