This commit is contained in:
Emilio Cobos Álvarez 2020-09-19 16:24:19 +02:00
parent fe656442a5
commit 1e46e53ae2
No known key found for this signature in database
GPG Key ID: E1152D0994E4BF8A
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## 0.14.5
* Add support to specify line ending style (#568)
* Add cbindgen:ptrs-as-arrays annotation to allow making function
arguments C/C++ arrays.
## 0.14.4
* Allow to override the mangling separator (#502)

2
Cargo.lock generated
View File

@ -32,7 +32,7 @@ dependencies = [
[[package]]
name = "cbindgen"
version = "0.14.4"
version = "0.14.5"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.14.4"
version = "0.14.5"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
"Kartikaya Gupta <kats@mozilla.com>",
"Ryan Hunt <rhunt@eqrion.net>"]