Skip to content

Commit

Permalink
Merge pull request #14 from jakobnissen/compat
Browse files Browse the repository at this point in the history
Set stricter compat bounds
  • Loading branch information
jw3126 authored Oct 13, 2023
2 parents 043a82a + 6050e6e commit 6c8084a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ version = "0.2.1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"

# We use SHA internals, so need this version of SHA exactly.
# Previous Julia versions ship with a fixed SHA version, so cannot be used.
[compat]
julia = "0.7, 1"
julia = "1.8"
SHA = "=0.7.0"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

0 comments on commit 6c8084a

Please sign in to comment.