From 8b5454c40a8648ecbfbac5668f89711d99bab345 Mon Sep 17 00:00:00 2001 From: fundamental Date: Sat, 1 Sep 2018 19:23:13 -0400 Subject: [PATCH] Fix 1.0 Regressions --- REQUIRE | 3 ++- src/OSC.jl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/REQUIRE b/REQUIRE index 137767a..132716b 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1 +1,2 @@ -julia 0.6 +julia 0.7 +Printf diff --git a/src/OSC.jl b/src/OSC.jl index 4044744..c1ad93a 100644 --- a/src/OSC.jl +++ b/src/OSC.jl @@ -1,5 +1,5 @@ # OSC.jl -# Copyright (c) 2014, Mark McCurry, All rights reserved. +# Copyright (c) 2018, Mark McCurry, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ module OSC +using Printf import Base: show, getindex export OscMsg, path