summary history branches tags files
commit:7182c1cc57397f9a364bc6dbf49d4412a9add153
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Jul 26 00:12:21 2017 +0200
parents:70de12764470e50513b1d3d2129a3bf7ffbfb38f
Use rubrail 0.5.0 in crates.io
diff --git a/Cargo.toml b/Cargo.toml
line changes: +8/-8
index d24af5a..7a12110
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,25 +52,25 @@ ctrlc = "3.0.1"
 systray = {path = "deps/systray-rs", version="0.1.1-connectr"}
 
 [target."cfg(windows)".dependencies.rubrail]
-#version = "0.3"
-path = "deps/rubrail-rs"
-version="0.4.1-rc"
 default-features=false
+version = "0.5"
+#path = "deps/rubrail-rs"
+#version="0.5.1-rc"
 
 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
 
 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.rubrail]
-#version = "0.3"
-path = "deps/rubrail-rs"
-version = "0.4.1-rc"
 default-features = false
+version = "0.5"
+#path = "deps/rubrail-rs"
+#version = "0.5.1-rc"
 
 [target."cfg(target_os = \"macos\")".dependencies]
 cocoa = "0.8.1"
 objc-foundation = "0.1.1"
 objc_id = "0.1"
-#rubrail = "0.3"
-rubrail = {path = "deps/rubrail-rs", version="0.4.1-rc"}
+rubrail = "0.5"
+#rubrail = {path = "deps/rubrail-rs", version="0.5.1-rc"}
 
 [target."cfg(target_os = \"macos\")".dependencies.objc]
 version = "0.2.2"