From 20262faa13ef4d0181ea22447802f22faade410e Mon Sep 17 00:00:00 2001 From: envis10n Date: Tue, 29 Jan 2019 01:50:15 -0600 Subject: [PATCH] Whoops. ONE more change to fix wildcard deps. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4594724..4e1c3e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ license = "Unlicense" description = "Raw duktape bindings for rust." [build-dependencies] -cc = "*" -bindgen = "*" \ No newline at end of file +cc = "1.0.28" +bindgen = "0.47.0" \ No newline at end of file