Skip to content

Commit

Permalink
Julia 0.6 NamedTuple compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
fchorney committed Jan 21, 2019
1 parent 77cd499 commit 83b1a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
julia 0.6
TimeZones 0.7
Compat 0.62.0
NamedTuples
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ using TimeZones
using Compat
using Compat.Test
using Compat.Dates
isdefined(Base, :NamedTuple) || using NamedTuples

# The method based on keyword arguments is not in Compat, so to avoid
# deprecation warnings on 0.7 we need this little definition.
Expand Down

0 comments on commit 83b1a30

Please sign in to comment.