From ad9e525f031e1868f59496ecfef72a6ff9183178 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 8 Aug 2019 13:12:15 +0200 Subject: [PATCH] rust: update to bindgen 0.51 --- bindings/rust/evmc-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/evmc-sys/Cargo.toml b/bindings/rust/evmc-sys/Cargo.toml index ed4db4c..91984c3 100644 --- a/bindings/rust/evmc-sys/Cargo.toml +++ b/bindings/rust/evmc-sys/Cargo.toml @@ -13,4 +13,4 @@ categories = ["external-ffi-bindings"] edition = "2018" [build-dependencies] -bindgen = "0.49.2" +bindgen = "0.51.0"