Skip to content

Commit 703b53c

Browse files
committed
v0.26.0
* Fix swapping of `>>=` and `<<=` in constants. * Add support for #[deprecated] (#860). * Built-in support for bitflags 2.0. * Support for "C-unwind" ABI. * Generate bindings for non-public extern items if they are #[no_mangle].
1 parent 56f0feb commit 703b53c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Unreleased
1+
# 0.26.0
22

33
* Fix swapping of `>>=` and `<<=` in constants.
44
* Add support for #[deprecated] (#860).
5+
* Built-in support for bitflags 2.0.
6+
* Support for "C-unwind" ABI.
7+
* Generate bindings for non-public extern items if they are #[no_mangle].
58

69
## 0.25.0
710

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbindgen"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
authors = [
55
"Emilio Cobos Álvarez <[email protected]>",
66
"Jeff Muizelaar <[email protected]>",

0 commit comments

Comments
 (0)