From 73714afcdb0eaa392fde1f36470e183fbb49d83a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 20 Mar 2018 13:42:01 +0100 Subject: [PATCH] Remove unnecessary build dep --- rust/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0c2f860..f19a0c8 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -16,6 +16,3 @@ atomicwrites = "0.1.4" uuid = { version = "0.6", features = ["v4"] } libc = "0.2" log = "0.4" - -[build-dependencies] -cbindgen = "0.4"