Version bump.

This commit is contained in:
Emilio Cobos Álvarez 2022-06-07 21:34:09 +02:00
parent 80da6045ec
commit 3d06ae1fc4
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.2
* Make bitfield operators use explicit constructors.
## 0.24.1
* Add support for unary negation (#765).

2
Cargo.lock generated
View File

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

View File

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