* Update MSRV to 1.54.0
      * Update clap to 3.1.
      * Update heck to 0.4.0
      * unraw identifiers
      * Honor documentation_length in Cython.
      * Add documentation_style to with short and full options
      * Map RawFd to Int
      * Respect remove_underscores config when prefixing name to enum
This commit is contained in:
Emilio Cobos Álvarez 2022-03-25 18:52:23 +01:00
parent d4e508d6d1
commit b3de1dc4b4
No known key found for this signature in database
GPG Key ID: E1152D0994E4BF8A
3 changed files with 13 additions and 2 deletions

11
CHANGES
View File

@ -1,3 +1,14 @@
## 0.21.0
* Update MSRV to 1.54.0
* Update clap to 3.1.
* Update heck to 0.4.0
* unraw identifiers
* Honor documentation_length in Cython.
* Add documentation_style to with short and full options
* Map RawFd to Int
* Respect remove_underscores config when prefixing name to enum
## 0.20.0
* Add Builder::with_using_namespaces. (#688)

2
Cargo.lock generated
View File

@ -27,7 +27,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "cbindgen"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"clap",
"heck",

View File

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