Skip to content

Commit

Permalink
Allow Compat.jl to be compatible with version 4+ (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti authored Jun 5, 2022
1 parent 4245075 commit 5fc4ecd
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 @@ -9,7 +9,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Compat = "3.12"
Compat = "3.12, 4"
julia = "1.0"

[extras]
Expand Down

0 comments on commit 5fc4ecd

Please sign in to comment.