Remove 0.6 Support + Add "using Printf"
This commit is contained in:
parent
8a39e8ca9e
commit
119ed9de70
|
@ -1,6 +1,5 @@
|
|||
language: julia
|
||||
julia:
|
||||
- 0.6
|
||||
julia:
|
||||
- 0.7
|
||||
- 1.0
|
||||
- nightly
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
module OSC
|
||||
|
||||
using Base.Printf
|
||||
using Printf
|
||||
import Base: show, getindex
|
||||
export OscMsg, path
|
||||
|
||||
|
|
Loading…
Reference in New Issue