From d39d1b54f16984bdb457f97cde739ae5ebc69daa Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 24 Jul 2021 00:50:32 -0400 Subject: [PATCH] Update the manifest, and add a `[compat]` entry for `julia` (#26) --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 1dbde5e..d638e7c 100644 --- a/Project.toml +++ b/Project.toml @@ -3,3 +3,6 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce" Scratch = "6c6a2e73-6563-6170-7368-637461726353" ghr_jll = "07c12ed4-43bc-5495-8a2a-d5838ef8d533" + +[compat] +julia = "1.6"