Skip to content

Commit a691ed9

Browse files
committed
fix(compat): Fix compatibility with Julia 1.6 and 1.7.
See JuliaCrypto/SHA.jl#87.
1 parent 0b59d0f commit a691ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DocStringExtensions = "0.9"
2626
FunctionWrappers = "1"
2727
OrderedCollections = "1"
2828
ProgressMeter = "1"
29-
SHA = "0.7"
29+
SHA = "~1.6, ~1.7, 0.7"
3030
SQLite = "1"
3131
Test = "1"
3232
YAML = "0.4"

0 commit comments

Comments
 (0)