* Made rust char map to uint32_t. https://github.com/eqrion/cbindgen/pull/424
This commit is contained in:
Emilio Cobos Álvarez
2019-12-04 00:05:11 +01:00
parent 9b5dd80d84
commit 0355c3c031
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.11.0
* Made rust char map to uint32_t. https://github.com/eqrion/cbindgen/pull/424
## 0.10.1
* Improved error message for missing config file. https://github.com/eqrion/cbindgen/pull/422
Generated
+1 -1
View File
@@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cbindgen"
version = "0.10.1"
version = "0.11.0"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.10.1"
version = "0.11.0"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
"Kartikaya Gupta <kats@mozilla.com>",
"Ryan Hunt <rhunt@eqrion.net>"]