Skip to content

Commit

Permalink
add std lib compats
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Jan 3, 2024
1 parent c48e747 commit 2f587ed
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 @@ -8,18 +8,18 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
UUIDs = "<0.0.1, 1"
Pkg = "<0.0.1, 1"
Pkg = "<0.0.1, 0.7, 1"
Requires = "1"
UUIDs = "<0.0.1, 0.7, 1"
julia = "0.7, 1"
Aqua = "0.8"
CSVFiles = "1"
CodecZlib = "0.5, 0.6, 0.7"
ColorTypes = "0.11"
FilePathsBase = "0.9"
HTTP = "1"
Random = "<0.0.1, 1"
Test = "<0.0.1, 1"
Random = "<0.0.1, 0.7, 1"
Test = "<0.0.1, 0.7, 1"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 2f587ed

Please sign in to comment.