Skip to content

Commit

Permalink
Release v0.63.0 (rust-lang#2357)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz authored and LoganBarnett committed Dec 2, 2023
1 parent 85ec49d commit 3d72668
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Expand Up @@ -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
Expand All @@ -171,10 +182,6 @@
`whitelist_type`, `whitelist_function`, `whitelisted_function`,
`whitelist_var`, `whitelisted_var`, `unstable_rust`.

## Fixed

## Security

# 0.62.0

## Added
Expand Down
2 changes: 1 addition & 1 deletion bindgen-cli/Cargo.toml
Expand Up @@ -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 }
Expand Down

0 comments on commit 3d72668

Please sign in to comment.