commit: | 4376f89b55df2615f34cbf4b2849c8c16b4746a1 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Fri Jul 12 19:05:45 2019 +0200 |
parents: | c2f050344695bd05402f377497f6b3e49fc936d0 |
diff --git a/Cargo.toml b/Cargo.toml line changes: +2/-2 index 268161c..8bba949 --- a/Cargo.toml +++ b/Cargo.toml
@@ -17,7 +17,7 @@ dummy = [] [dependencies] time = "0.1" log = {version = "0.4", optional = true, default-features = false, features = ["std"] } -dirs = "^2.0" +dirs = "2.0" [dependencies.log4rs] version = "0.8"
@@ -29,7 +29,7 @@ features = ["console_appender","rolling_file_appender", "compound_policy", "fixe log = "0.4" [target."cfg(target_os = \"macos\")".dependencies] -objc-foundation = "0.1.1" +objc-foundation = "0.1" objc_id = "0.1" [target."cfg(target_os = \"macos\")".dependencies.objc]