Skip to content

Commit aad93a8

Browse files
committed
Breaking version bump.
1 parent b83da27 commit aad93a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "BSD-3-Clause"
1111
name = "bindgen"
1212
readme = "README.md"
1313
repository = "https://github.com/servo/rust-bindgen"
14-
version = "0.1.7"
14+
version = "0.20.0"
1515
build = "build.rs"
1616

1717
[lib]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In `Cargo.toml`:
117117
build = "build.rs"
118118

119119
[build-dependencies]
120-
bindgen = "0.1"
120+
bindgen = "0.20"
121121
```
122122

123123
In `build.rs`:

0 commit comments

Comments
 (0)