diff options
-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`: |