Whoops. ONE more change to fix wildcard deps.
This commit is contained in:
parent
239fc98a80
commit
20262faa13
1 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@ license = "Unlicense"
|
|||
description = "Raw duktape bindings for rust."
|
||||
|
||||
[build-dependencies]
|
||||
cc = "*"
|
||||
bindgen = "*"
|
||||
cc = "1.0.28"
|
||||
bindgen = "0.47.0"
|
Loading…
Reference in a new issue