Update toml to 0.5 and cbindgen to 0.9

This commit is contained in:
Bastien Orivel 2019-08-13 13:26:13 +02:00
parent 62e46cf87c
commit f7411db717
4 changed files with 17 additions and 16 deletions

View file

@ -44,4 +44,4 @@ webvr = {path = "../webvr"}
webxr-api = {git = "https://github.com/servo/webxr"}
[build-dependencies]
toml = "0.4.5"
toml = "0.5"

View file

@ -85,4 +85,4 @@ log = "0.4"
bindgen = {version = "0.49", optional = true, default-features = false}
regex = {version = "1.1", optional = true}
walkdir = "2.1.4"
toml = {version = "0.4.5", optional = true, default-features = false}
toml = {version = "0.5", optional = true, default-features = false}