Skip to content

Commit a4c6b57

Browse files
authored
Merge pull request #132 from nox/bindgen
Switch to cbindgen 0.3
2 parents 268c5b8 + 82868c9 commit a4c6b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mp4parse_capi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4parse_capi"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = [
55
"Ralph Giles <giles@mozilla.com>",
66
"Matthew Gregan <kinetik@flim.org>",
@@ -30,7 +30,7 @@ mp4parse = {version = "0.9.0", path = "../mp4parse"}
3030
num-traits = "0.1.37"
3131

3232
[build-dependencies]
33-
cbindgen = "0.1.30"
33+
cbindgen = "0.3.1"
3434

3535
[features]
3636
fuzz = ["mp4parse/fuzz"]

0 commit comments

Comments
 (0)