v0.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
This commit is contained in:
parent
d4e508d6d1
commit
b3de1dc4b4
11
CHANGES
11
CHANGES
@ -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
2
Cargo.lock
generated
@ -27,7 +27,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||
|
||||
[[package]]
|
||||
name = "cbindgen"
|
||||
version = "0.20.0"
|
||||
version = "0.21.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"heck",
|
||||
|
@ -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>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user