Release 0.12.2

* Fixed version detection with lockfile v2. https://github.com/eqrion/cbindgen/pull/446
* Added support for export_name on functions. https://github.com/eqrion/cbindgen/pull/447
This commit is contained in:
Emilio Cobos Álvarez
2020-01-10 14:07:52 +01:00
parent 8fabbfa4b5
commit ac1a7d47e8
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
## 0.12.2
* Fixed version detection with lockfile v2. https://github.com/eqrion/cbindgen/pull/446
* Added support for export_name on functions. https://github.com/eqrion/cbindgen/pull/447
## 0.12.1
* Added support for #[repr*64)] on enums. https://github.com/eqrion/cbindgen/pull/441
Generated
+1 -1
View File
@@ -32,7 +32,7 @@ dependencies = [
[[package]]
name = "cbindgen"
version = "0.12.1"
version = "0.12.2"
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
View File
@@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.12.1"
version = "0.12.2"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
"Kartikaya Gupta <kats@mozilla.com>",
"Ryan Hunt <rhunt@eqrion.net>"]