Skip to content

Commit 0355c3c

Browse files
committed
v0.11.0
* Made rust char map to uint32_t. #424
1 parent 9b5dd80 commit 0355c3c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.11.0
2+
3+
* Made rust char map to uint32_t. https://github.com/eqrion/cbindgen/pull/424
4+
15
## 0.10.1
26

37
* Improved error message for missing config file. https://github.com/eqrion/cbindgen/pull/422

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.10.1"
3+
version = "0.11.0"
44
authors = ["Jeff Muizelaar <[email protected]>",
55
"Kartikaya Gupta <[email protected]>",
66
"Ryan Hunt <[email protected]>"]

0 commit comments

Comments
 (0)