summary history branches tags files
commit:bec1296491b90ffd0d2d67574c72d37837988e76
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jul 30 14:47:26 2017 +0200
parents:55d7be34a3eeb584c3ef36969bcbc0d78e53f971
Use fruitbasket on all platforms.  It will use the dummy build on non-Macs
diff --git a/Cargo.toml b/Cargo.toml
line changes: +2/-2
index 674b67c..55903d3
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,8 +30,8 @@ cocoa = "0.9.2"
 objc-foundation = "0.1.1"
 objc_id = "0.1"
 
-[target."cfg(target_os = \"macos\")".dependencies.fruitbasket]
-version = "0.3"
+[dependencies.fruitbasket]
+version = "0.4"
 features = ["logging"]
 
 [target."cfg(target_os = \"macos\")".dependencies.objc]