Skip to content

Commit

Permalink
CompatHelper: add new compat entry for SHA at version 0.7, (keep exis…
Browse files Browse the repository at this point in the history
…ting compat)
  • Loading branch information
CompatHelper Julia committed Aug 13, 2024
1 parent 46f7129 commit 1b84433
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 @@ -7,8 +7,11 @@ version = "0.1.0"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"

[compat]
SHA = "0.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test"]

0 comments on commit 1b84433

Please sign in to comment.