Skip to content

Commit

Permalink
Fix the stdlib compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 5, 2023
1 parent 3df5c48 commit 7d896a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ MacroTools = "0.4, 0.5"
VersionParsing = "1.0"

julia = "1.4"
Dates = "1.4"
Libdl = "1.4"
LinearAlgebra = "1.4"
Serialization = "1.4"
Dates = "< 0.0.0, 1"
Libdl = "< 0.0.0, 1"
LinearAlgebra = "< 0.0.0, 1"
Serialization = "< 0.0.0, 1"

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

0 comments on commit 7d896a2

Please sign in to comment.