diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-01-22 19:00:22 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-01-23 10:23:09 +0100 |
commit | aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec (patch) | |
tree | a57c9fab0e4c5498247465cca69f9e0b0e3cad24 | |
parent | b83da2729fc83663f979da05201920e039ae3c3f (diff) |
Breaking version bump.
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ license = "BSD-3-Clause" name = "bindgen" readme = "README.md" repository = "https://github.com/servo/rust-bindgen" -version = "0.1.7" +version = "0.20.0" build = "build.rs" [lib] @@ -117,7 +117,7 @@ In `Cargo.toml`: build = "build.rs" [build-dependencies] -bindgen = "0.1" +bindgen = "0.20" ``` In `build.rs`: |