Skip to content

Commit

Permalink
drop compat for Julia < 1.10; mark as breaking release
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored Oct 22, 2024
1 parent 2175446 commit 2233b3a
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 @@ -3,7 +3,7 @@ uuid = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
license = "MIT"
desc = "Tape based task copying in Turing"
repo = "https://github.com/TuringLang/Libtask.jl.git"
version = "0.8.7"
version = "0.9"

[deps]
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
Expand All @@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
FunctionWrappers = "1.1"
LRUCache = "1.3"
julia = "1.7"
julia = "1.10"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

0 comments on commit 2233b3a

Please sign in to comment.