Skip to content

Commit

Permalink
Merge pull request #1 from codedthinking/compathelper/new_version/202…
Browse files Browse the repository at this point in the history
…4-08-13-12-52-19-565-00469631517

CompatHelper: add new compat entry for SHA at version 0.7, (keep existing compat)
  • Loading branch information
korenmiklos authored Aug 13, 2024
2 parents 46f7129 + 1b84433 commit 85110a4
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 85110a4

Please sign in to comment.