summary history branches tags files
commit:f18a41562dedebbc3249114eceb8599647713177
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jun 30 13:58:17 2019 +0200
parents:7cf97712961dc6f585d3f374e99dbafb67816b17
Bump rubrail.  Fixes touchbar on macOS Mojave.
diff --git a/Cargo.toml b/Cargo.toml
line changes: +3/-3
index 7707b1f..5521017
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,13 +63,13 @@ systray = {path = "deps/systray-rs", version="0.1.1-connectr"}
 
 [target."cfg(windows)".dependencies.rubrail]
 default-features=false
-version = "0.7"
+version = "^0.8"
 
 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
 
 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.rubrail]
 default-features = false
-version = "0.7"
+version = "^0.8"
 
 [target."cfg(target_os = \"macos\")".dependencies]
 cocoa = "0.18"
@@ -77,7 +77,7 @@ objc-foundation = "0.1"
 objc_id = "0.1"
 
 [target."cfg(target_os = \"macos\")".dependencies.rubrail]
-version = "0.7"
+version = "^0.8"
 
 [target."cfg(target_os = \"macos\")".dependencies.objc]
 version = "0.2"