Bump version.

This commit is contained in:
Emilio Cobos Álvarez 2022-06-09 22:35:24 +02:00
parent 116a18c2fd
commit f43ccfc047
No known key found for this signature in database
GPG Key ID: E1152D0994E4BF8A
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.24.3
* Make struct expressions correctly generated through typedefs (#768).
## 0.24.2
* Make bitfield operators use explicit constructors.

2
Cargo.lock generated
View File

@ -27,7 +27,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "cbindgen"
version = "0.24.2"
version = "0.24.3"
dependencies = [
"clap",
"heck",

View File

@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.24.2"
version = "0.24.3"
authors = [
"Emilio Cobos Álvarez <emilio@crisal.io>",
"Jeff Muizelaar <jmuizelaar@mozilla.com>",