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."
|
description = "Raw duktape bindings for rust."
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cc = "*"
|
cc = "1.0.28"
|
||||||
bindgen = "*"
|
bindgen = "0.47.0"
|
Loading…
Reference in a new issue