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:
parent
8fabbfa4b5
commit
ac1a7d47e8
5
CHANGES
5
CHANGES
@ -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
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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,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>"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user