summary history branches tags files
commit:02a65b4da3e2870d195beb0d96a3127ad3fbc3be
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Jul 26 10:36:29 2017 +0200
parents:af5b7202f1e7bcbea046315e1177757410d69625
Bump to Rubrail 0.4.2.  Build on Travis with Xcode 8.3 to support it.
diff --git a/.travis.yml b/.travis.yml
line changes: +1/-0
index f5a61f9..b351460
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@ matrix:
 branches:
   only:
     - "master"
+osx_image: xcode8.3
 install:
 - curl https://static.rust-lang.org/rustup.sh |
     sh -s -- --prefix=$HOME/rust

diff --git a/Cargo.toml b/Cargo.toml
line changes: +3/-3
index c5d83c8..67a0c3a
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ systray = {path = "deps/systray-rs", version="0.1.1-connectr"}
 default-features=false
 version = "0.4"
 #path = "deps/rubrail-rs"
-#version="0.4.2-rc"
+#version="0.4.3-rc"
 
 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
 
@@ -63,14 +63,14 @@ version = "0.4"
 default-features = false
 version = "0.4"
 #path = "deps/rubrail-rs"
-#version = "0.4.2-rc"
+#version = "0.4.3-rc"
 
 [target."cfg(target_os = \"macos\")".dependencies]
 cocoa = "0.8.1"
 objc-foundation = "0.1.1"
 objc_id = "0.1"
 rubrail = "0.4"
-#rubrail = {path = "deps/rubrail-rs", version="0.4.2-rc"}
+#rubrail = {path = "deps/rubrail-rs", version="0.4.3-rc"}
 
 [target."cfg(target_os = \"macos\")".dependencies.objc]
 version = "0.2.2"

diff --git a/deps/rubrail-rs b/deps/rubrail-rs
line changes: +1/-1
index 629c4cf..b56ccf5
--- a/deps/rubrail-rs
+++ b/deps/rubrail-rs
@@ -1 +1 @@
-Subproject commit 629c4cf5304a80f7421e60c6749d6e043c4bb215
+Subproject commit b56ccf5ddc4de61dcff892a61ba8de5cc92c5539