From aeae81bd1dd1ee9fdac138f08cf38d7961b261e1 Mon Sep 17 00:00:00 2001 From: Cody Tapscott <84105208+topolarity@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:36:01 -0400 Subject: [PATCH] Relax SHA `[compat]` for compatibility with nightly Julia This stdlib recently had a (non-breaking) 1.0 release: https://github.com/JuliaCrypto/SHA.jl/pull/125 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e56438b..fa1abcf 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" Aqua = "0.8" BenchmarkTools = "1" ExprTools = "0.1" -SHA = "0.7" +SHA = "0.7, 1" Serialization = "1.10" Test = "1" julia = "1.10"