Skip to content

Commit

Permalink
Use bindgen from git, because stdcall bug on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushistov committed Mar 3, 2017
1 parent 7d0240f commit 808d67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.3"
[build-dependencies]
syntex = "0.47.0"
env_logger = "0.3"
bindgen = "0.22.0"
bindgen = {git = "https://github.com/servo/rust-bindgen", rev = "d57616cab66e6bfa6ddf745e57644c671bf57cd4"}
log = "0.3"

[build-dependencies.rust_swig]
Expand Down

0 comments on commit 808d67b

Please sign in to comment.