summary history branches tags files
commit:f904a5ce95dae3cb66fd839f3f4c729257ac6b01
author:Trevor Bentley
committer:Trevor Bentley
date:Mon Nov 16 18:05:25 2020 +0100
parents:bd0a30d94d82cf28493b339a45fbbab9cf0dd30c
bump fruitbasket version
diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index 2b55666..f927415
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ objc-foundation = "0.1"
 objc_id = "0.1"
 
 [dependencies.fruitbasket]
-version = "0.8"
+version = "0.9"
 features = ["logging"]
 
 [target."cfg(target_os = \"macos\")".dependencies.objc]