Release 0.14.0
* Minor tweak at how [export.exclude] is handled to allow excluding generic instantiations in C mode. (#501) * Documented cpp_compat option. (#496) * Fixed a panic when parsing associated constants for a built-in type. (#494)
This commit is contained in:
parent
39bae60ad7
commit
4a38a48937
7
CHANGES
7
CHANGES
@ -1,3 +1,10 @@
|
||||
## 0.14.0
|
||||
|
||||
* Minor tweak at how [export.exclude] is handled to allow excluding
|
||||
generic instantiations in C mode. (#501)
|
||||
* Documented cpp_compat option. (#496)
|
||||
* Fixed a panic when parsing associated constants for a built-in type. (#494)
|
||||
|
||||
## 0.13.2
|
||||
|
||||
* Constants now have suitable documentation. (#471)
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -32,7 +32,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cbindgen"
|
||||
version = "0.13.2"
|
||||
version = "0.14.0"
|
||||
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.13.2"
|
||||
version = "0.14.0"
|
||||
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