v0.14.5
This commit is contained in:
parent
fe656442a5
commit
1e46e53ae2
6
CHANGES
6
CHANGES
@ -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
2
Cargo.lock
generated
@ -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)",
|
||||
|
@ -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>"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user