From da57485992d20245e3b7222b262eada34959b01a Mon Sep 17 00:00:00 2001 From: byhill Date: Thu, 23 Feb 2023 11:51:48 -0700 Subject: [PATCH] Add empty [deps] section to Project.toml Hopefully this can get around the bug in the Julia registry --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index e1e262c..4e9e704 100644 --- a/Project.toml +++ b/Project.toml @@ -3,5 +3,7 @@ uuid = "0a43fbc4-409b-44ad-9d72-655a2bd2bd12" authors = ["byhill and contributors"] version = "0.1.0" +[deps] + [compat] julia = "1.8"