Skip to content

Commit

Permalink
Project.toml: remove ≥ in compat
Browse files Browse the repository at this point in the history
julia-actions/julia-downgrade-compat doesn't support this style
  • Loading branch information
inkydragon committed Dec 14, 2024
1 parent 8f44084 commit 209fe27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Elliot Saba <[email protected]>"]
version = "0.7.0"

[compat]
julia = "≥ 1.0.0"
julia = "1.0"

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

0 comments on commit 209fe27

Please sign in to comment.