From 5fe308fa21007fb06056558260193c3b87abf079 Mon Sep 17 00:00:00 2001 From: Jake Lang Date: Wed, 13 Mar 2019 11:08:04 -0400 Subject: [PATCH] f --- bindings/rust/evmc-sys/Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bindings/rust/evmc-sys/Cargo.toml b/bindings/rust/evmc-sys/Cargo.toml index 188d7bce0..a5daa8ecf 100644 --- a/bindings/rust/evmc-sys/Cargo.toml +++ b/bindings/rust/evmc-sys/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "evmc-sys" -version = "0.0.0" +version = "6.2.0-dev" authors = ["Alex Beregszaszi "] +license = "Apache-2.0" +repository = "https://github.com/ethereum/evmc" +description = "Bindings to EVMC (low-level)" +categories = ["external-ffi-bindings"] edition = "2018" [build-dependencies] -bindgen = "0.30.0" +bindgen = "0.48.0"