summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poveda Ruiz <31802960+pvdrz@users.noreply.github.com>2022-11-22 12:44:10 -0500
committerGitHub <noreply@github.com>2022-11-22 12:44:10 -0500
commitd828f3f7adc7957a257a0337f41f3d9a28ebf8db (patch)
treeddb0a2f28b769e8a3cf8339c9669afa900b1027b
parent7e4174990c68bcc56314a31774639d88b2dbc692 (diff)
Release v0.63.0 (#2357)
-rw-r--r--CHANGELOG.md17
-rw-r--r--bindgen-cli/Cargo.toml2
2 files changed, 13 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 387d8e94..7cac405a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -154,9 +154,20 @@
## 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 b2b56a94..99a6c622 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 }