v0.18.0
* Simplify types in nested types such as pointed-to types and function signatures (#661).
This commit is contained in:
parent
1903686f9e
commit
a0dc1a1fcb
4
CHANGES
4
CHANGES
@ -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)
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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,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>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user