update tinyfiledialogs

This commit is contained in:
Paul Rouget 2018-03-03 08:35:44 +01:00
parent 679d2de4e7
commit 76552b3e1e
4 changed files with 8 additions and 8 deletions

View file

@ -19,4 +19,4 @@ servo_rand = {path = "../rand"}
uuid = {version = "0.5", features = ["v4"]}
[target.'cfg(target_os = "linux")'.dependencies]
tinyfiledialogs = "2.5.9"
tinyfiledialogs = "3.0"

View file

@ -44,7 +44,7 @@ uuid = {version = "0.5", features = ["v4"]}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
tinyfiledialogs = "2.5.9"
tinyfiledialogs = "3.0"
[[test]]
name = "main"

View file

@ -24,7 +24,7 @@ phf_shared = "0.7.18"
serde_json = "1.0"
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
tinyfiledialogs = "2.5.9"
tinyfiledialogs = "3.0"
[dependencies]
app_units = "0.6"