diff --git a/CHANGELOG.md b/CHANGELOG.md index 387d8e94a..7cac405a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -153,10 +153,21 @@ ## Added +## Changed + +## Removed + +## Fixed + +## Security + +# 0.63.0 + +## Added + ## Changed * Only wrap unsafe operations in unsafe blocks if the `--wrap_unsafe_ops` option is enabled. - * Replace the `name: &str` argument for `ParseCallbacks::add_derives` by `info: DeriveInfo`. * All the rust targets equal or lower than `1.30` are being deprecated and @@ -171,10 +182,6 @@ `whitelist_type`, `whitelist_function`, `whitelisted_function`, `whitelist_var`, `whitelisted_var`, `unstable_rust`. -## Fixed - -## Security - # 0.62.0 ## Added diff --git a/bindgen-cli/Cargo.toml b/bindgen-cli/Cargo.toml index b2b56a943..99a6c6227 100644 --- a/bindgen-cli/Cargo.toml +++ b/bindgen-cli/Cargo.toml @@ -21,7 +21,7 @@ path = "main.rs" name = "bindgen" [dependencies] -bindgen = { path = "../bindgen" } +bindgen = { path = "../bindgen", version = "=0.63.0" } shlex = "1" clap = "3" env_logger = { version = "0.9.0", optional = true }