From 0de04d18c9da3bd4b087e71f6648f6095adf5b1b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:50:49 +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 693c399..491f15c 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,7 @@ DataStructures = "0.17, 0.18" FlameGraphs = "0.1, 0.2, 1" HAML = "0.3.1" OrderedCollections = "1" +SHA = "0.7" StableRNGs = "1" julia = "1.6"