summary history branches tags files
commit:8ecd2a25277e9eaae76e7256c3589fefc4e1b75b
author:Trevor Bentley
committer:Trevor Bentley
date:Fri Jul 12 19:28:03 2019 +0200
parents:a38db83cf64aa50b01c1feb4567e44ad77d3195e
bump fruitbasket dep
diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index 96f9bcc..eb6a22b
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ objc-foundation = "0.1"
 objc_id = "0.1"
 
 [dependencies.fruitbasket]
-version = "^0.7"
+version = "0.8"
 features = ["logging"]
 
 [target."cfg(target_os = \"macos\")".dependencies.objc]