* Simplify types in nested types such as pointed-to types and function
   signatures (#661).
This commit is contained in:
Emilio Cobos Álvarez
2021-02-26 20:07:06 +01:00
parent 1903686f9e
commit a0dc1a1fcb
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.18.0
* Simplify types in nested types such as pointed-to types and function signatures (#661)
## 0.17.0
* Add with_parse_extra_bindings to builder. (#645)
Generated
+3 -1
View File
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ansi_term"
version = "0.11.0"
@@ -34,7 +36,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "cbindgen"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"clap",
"heck",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.17.0"
version = "0.18.0"
authors = [
"Emilio Cobos Álvarez <emilio@crisal.io>",
"Jeff Muizelaar <jmuizelaar@mozilla.com>",