Release 0.14.1
* Handle mangling pointers. (#508) * Unconditionally generate a return statement in partialeq implementations. (#509)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## 0.14.1
|
||||
|
||||
* Handle mangling pointers. (#508)
|
||||
* Unconditionally generate a return statement in partialeq implementations. (#509)
|
||||
|
||||
## 0.14.0
|
||||
|
||||
* Minor tweak at how [export.exclude] is handled to allow excluding
|
||||
|
||||
Generated
+1
-1
@@ -32,7 +32,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cbindgen"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
dependencies = [
|
||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cbindgen"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
|
||||
"Kartikaya Gupta <kats@mozilla.com>",
|
||||
"Ryan Hunt <rhunt@eqrion.net>"]
|
||||
|
||||
Reference in New Issue
Block a user