Skip to content

Commit

Permalink
Fully drop 0.7 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoolen committed Sep 26, 2018
1 parent 40e10bb commit 9ad67e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
julia 0.7-alpha
Compat 0.33 # for Compat.Test
julia 1.0
4 changes: 0 additions & 4 deletions src/TypeSortedCollections.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VERSION < v"0.7.0-beta2.199" && __precompile__()

module TypeSortedCollections

export
Expand All @@ -8,8 +6,6 @@ export
eltypes,
vectortypes

using Compat

const TupleOfVectors = Tuple{Vararg{Vector{T} where T}}

struct TypeSortedCollection{D<:TupleOfVectors, N}
Expand Down

0 comments on commit 9ad67e2

Please sign in to comment.