Version bump.

This commit is contained in:
Emilio Cobos Álvarez 2022-06-07 18:27:30 +02:00
parent 5da3715187
commit 9855f90b65
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 0.24.1
* Add support for unary negation (#765).
* Make more bitfield operators constexpr (#765).
## 0.24.0
* Basic const generic support (#759, #760 #762).

2
Cargo.lock generated
View File

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

View File

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