mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update toml to 0.5 and cbindgen to 0.9
This commit is contained in:
parent
62e46cf87c
commit
f7411db717
4 changed files with 17 additions and 16 deletions
|
@ -44,4 +44,4 @@ webvr = {path = "../webvr"}
|
|||
webxr-api = {git = "https://github.com/servo/webxr"}
|
||||
|
||||
[build-dependencies]
|
||||
toml = "0.4.5"
|
||||
toml = "0.5"
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue