Skip to content

Commit e19526e

Browse files
committed
Release 0.9.0
* Support to generate C headers with C++ compatibility. mozilla#349 * Fix include guard generation when no_includes is set. mozilla#352 * Fix crate parsing order so that types from the binding crate are preferred in presence of conflicting names. mozilla#355 * Add extra_bindings option to generate bindings for dependencies. mozilla#362 * Clap dependency is optional now so it's feasible to avoid building it if cbindgen is used as a library. mozilla#363
1 parent a3c1334 commit e19526e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbindgen"
3-
version = "0.8.7"
3+
version = "0.9.0"
44
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
55
"Kartikaya Gupta <kats@mozilla.com>",
66
"Ryan Hunt <rhunt@eqrion.net>"]

0 commit comments

Comments
 (0)