diff options
author | Justin W Smith <103147162+justsmth@users.noreply.github.com> | 2023-02-07 10:36:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 10:36:50 -0500 |
commit | ae6817256ac557981906e93a1f866349db85053e (patch) | |
tree | c9f1d57e3e687b22b9dbabeeab8a36d234697a08 /bindgen | |
parent | 2be14a33451b0259bfed8e0fe517502e46fab7b6 (diff) |
Release 0.64.0 Request (#2399)v0.64.0
Prepare 0.64.0 Release
---------
Co-authored-by: Christian Poveda <christian.poveda@ferrous-systems.com>
Diffstat (limited to 'bindgen')
-rw-r--r-- | bindgen/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml index 6d4902d4..bc53be5d 100644 --- a/bindgen/Cargo.toml +++ b/bindgen/Cargo.toml @@ -14,7 +14,7 @@ readme = "../README.md" repository = "https://github.com/rust-lang/rust-bindgen" documentation = "https://docs.rs/bindgen" homepage = "https://rust-lang.github.io/rust-bindgen/" -version = "0.63.0" +version = "0.64.0" edition = "2018" build = "build.rs" # If you change this, also update README.md and msrv in .github/workflows/bindgen.yml |