v0.19.0
* Simplify types in generics (#663) * Use --profile=check for macro expansion (#671) * Use exported name to prefix enum variants (#672) * Fix path attribute handling in inline submodules (#679) * Fix a stack overflow with some recursive typedefs (#680)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
## 0.19.0
|
||||
|
||||
* Simplify types in generics (#663)
|
||||
* Use --profile=check for macro expansion (#671)
|
||||
* Use exported name to prefix enum variants (#672)
|
||||
* Fix path attribute handling in inline submodules (#679)
|
||||
* Fix a stack overflow with some recursive typedefs (#680)
|
||||
|
||||
## 0.18.0
|
||||
|
||||
* Simplify types in nested types such as pointed-to types and function signatures (#661)
|
||||
|
||||
Generated
+1
-1
@@ -36,7 +36,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||
|
||||
[[package]]
|
||||
name = "cbindgen"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"heck",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cbindgen"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
authors = [
|
||||
"Emilio Cobos Álvarez <emilio@crisal.io>",
|
||||
"Jeff Muizelaar <jmuizelaar@mozilla.com>",
|
||||
|
||||
Reference in New Issue
Block a user