Skip to content

Commit

Permalink
Bump min Julia version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Dec 19, 2024
1 parent d514414 commit 74d2bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
julia = "1.10"
CSTParser = "3.3"
SymbolServer = "5.1.1, 6.0, 7.0, 8"
SymbolServer = "8"

[targets]
test = ["Test", "Pkg", "SHA", "LibGit2"]

0 comments on commit 74d2bc3

Please sign in to comment.