From 330a8fc05f14a2aad02cedfa0b3d5a30e5451ac5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:10:02 +0000 Subject: [PATCH] CompatHelper: add new compat entry for SHA at version 0.7, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index c489aee..8610525 100644 --- a/Project.toml +++ b/Project.toml @@ -30,6 +30,7 @@ MeshIO = "0.4" Meshing = "0.5" NearestNeighbors = "0.4" Requires = "1.0" +SHA = "0.7" Zygote = "0.5, 0.6" julia = "1.6"