Skip to content

Commit

Permalink
Update toml to 0.5 and cbindgen to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Aug 13, 2019
1 parent 62e46cf commit f7411db
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
27 changes: 14 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/compositing/Cargo.toml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ webvr = {path = "../webvr"}
webxr-api = {git = "https://github.com/servo/webxr"} webxr-api = {git = "https://github.com/servo/webxr"}


[build-dependencies] [build-dependencies]
toml = "0.4.5" toml = "0.5"
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ log = "0.4"
bindgen = {version = "0.49", optional = true, default-features = false} bindgen = {version = "0.49", optional = true, default-features = false}
regex = {version = "1.1", optional = true} regex = {version = "1.1", optional = true}
walkdir = "2.1.4" walkdir = "2.1.4"
toml = {version = "0.4.5", optional = true, default-features = false} toml = {version = "0.5", optional = true, default-features = false}
2 changes: 1 addition & 1 deletion ports/libsimpleservo/capi/Cargo.toml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libc = "0.2"
winapi = {version = "0.3", features = ["wingdi", "winuser", "winnt", "winbase", "processenv", "namedpipeapi", "ntdef", "minwindef", "handleapi", "debugapi"]} winapi = {version = "0.3", features = ["wingdi", "winuser", "winnt", "winbase", "processenv", "namedpipeapi", "ntdef", "minwindef", "handleapi", "debugapi"]}


[build-dependencies] [build-dependencies]
cbindgen = "0.8" cbindgen = "0.9"


[features] [features]
canvas2d-azure = ["simpleservo/canvas2d-azure"] canvas2d-azure = ["simpleservo/canvas2d-azure"]
Expand Down

0 comments on commit f7411db

Please sign in to comment.