Whoops. ONE more change to fix wildcard deps.

This commit is contained in:
envis10n 2019-01-29 01:50:15 -06:00
parent 239fc98a80
commit 20262faa13

View file

@ -12,5 +12,5 @@ license = "Unlicense"
description = "Raw duktape bindings for rust."
[build-dependencies]
cc = "*"
bindgen = "*"
cc = "1.0.28"
bindgen = "0.47.0"