Skip to content

Commit d828f3f

Browse files
authored
Release v0.63.0 (#2357)
1 parent 7e41749 commit d828f3f

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,21 @@
153153

154154
## Added
155155

156+
## Changed
157+
158+
## Removed
159+
160+
## Fixed
161+
162+
## Security
163+
164+
# 0.63.0
165+
166+
## Added
167+
156168
## Changed
157169
* Only wrap unsafe operations in unsafe blocks if the `--wrap_unsafe_ops`
158170
option is enabled.
159-
160171
* Replace the `name: &str` argument for `ParseCallbacks::add_derives` by
161172
`info: DeriveInfo`.
162173
* All the rust targets equal or lower than `1.30` are being deprecated and
@@ -171,10 +182,6 @@
171182
`whitelist_type`, `whitelist_function`, `whitelisted_function`,
172183
`whitelist_var`, `whitelisted_var`, `unstable_rust`.
173184

174-
## Fixed
175-
176-
## Security
177-
178185
# 0.62.0
179186

180187
## Added

bindgen-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "main.rs"
2121
name = "bindgen"
2222

2323
[dependencies]
24-
bindgen = { path = "../bindgen" }
24+
bindgen = { path = "../bindgen", version = "=0.63.0" }
2525
shlex = "1"
2626
clap = "3"
2727
env_logger = { version = "0.9.0", optional = true }

0 commit comments

Comments
 (0)