From d0f4bb972db907aab60694377d335c04f0c650a4 Mon Sep 17 00:00:00 2001 From: Jordan Kaye Date: Sun, 20 Sep 2020 09:00:07 -0600 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3a2e464..8830174 100644 --- a/Project.toml +++ b/Project.toml @@ -8,8 +8,8 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" [compat] -julia = "< 2.0.0" -DataStructures = "< 1.0.0" +julia = "^1" +DataStructures = "^0" [extras] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"