Merge pull request #385 from ethereum/rust-bindgen

rust: update to bindgen 0.51
This commit is contained in:
Alex Beregszaszi 2019-08-08 12:17:30 +01:00 committed by GitHub
commit d4faaad980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ categories = ["external-ffi-bindings"]
edition = "2018"
[build-dependencies]
bindgen = "0.49.2"
bindgen = "0.51.0"