We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83da27 commit aad93a8Copy full SHA for aad93a8
Cargo.toml
@@ -11,7 +11,7 @@ license = "BSD-3-Clause"
11
name = "bindgen"
12
readme = "README.md"
13
repository = "https://github.com/servo/rust-bindgen"
14
-version = "0.1.7"
+version = "0.20.0"
15
build = "build.rs"
16
17
[lib]
README.md
@@ -117,7 +117,7 @@ In `Cargo.toml`:
117
118
119
[build-dependencies]
120
-bindgen = "0.1"
+bindgen = "0.20"
121
```
122
123
In `build.rs`:
0 commit comments