Skip to content

Commit 46aed08

Browse files
committed
Release 0.8.4
* Support for package renaming in Cargo.toml * Improved error messages for |cargo metadata| failures * Replaced 'test.py' harness with |cargo test| * Char constants will now be escaped properly * Visibility of constants will now be respected * Added a C99 doc comment style
1 parent 6e7dead commit 46aed08

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.3"
3+
version = "0.8.4"
44
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
55
"Kartikaya Gupta <kats@mozilla.com>",
66
"Ryan Hunt <rhunt@eqrion.net>"]

0 commit comments

Comments
 (0)