Skip to content

Commit 9496479

Browse files
authored
Merge pull request #1 from chenx-dust/main
Upgrade bindgen to 0.72.1 to fix build issue of iOS simulator
2 parents 71eff18 + f78a5df commit 9496479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ tracing-subscriber = "0.3.19"
2525
rand = "0.8.5"
2626

2727
[build-dependencies]
28-
bindgen = { version="0.71.1", default-features=false, features=["runtime", "which-rustfmt"]}
28+
bindgen = { version="0.72.1", default-features=false, features=["runtime"]}
2929
cc = "1.2.10"

0 commit comments

Comments
 (0)