Skip to content

Commit b832eb1

Browse files
committed
bump version
1 parent bfcc9e1 commit b832eb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "bindgen"
4-
version = "0.15.0"
4+
version = "0.16.0"
55
description = "A binding generator for Rust"
66
authors = ["Jyun-Yan You <[email protected]>"]
77
license = "BSD-3-Clause"

bindgen_plugin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22

33
name = "bindgen_plugin"
4-
version = "0.15.0"
4+
version = "0.16.0"
55
description = "A binding generator for Rust - compiler plugin"
66
authors = ["Jyun-Yan You <[email protected]>"]
77
license = "BSD-3-Clause"
88

99
[dependencies.bindgen]
10-
version = "*"
10+
version = "0.16.0"
1111
path = ".."
1212

1313
[features]

0 commit comments

Comments
 (0)