Skip to content

Commit

Permalink
Add compat entries to standard libraries (#71)
Browse files Browse the repository at this point in the history
* chore: add standard library compats to Project.toml

* loosen a bit

* fix compats
  • Loading branch information
mortenpi authored Feb 19, 2024
1 parent c0e67b7 commit 29589af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
AbstractTrees = "0.3,0.4"
Base64 = "<0.0.1, 1"
Markdown = "<0.0.1,1"
REPL = "<0.0.1, 1"
ReplMaker = "0.2"
ResourceContexts = "0.1,0.2"
TOML = "1"
SHA = "<0.0.1, 0.7, 1"
TOML = "<0.0.1, 1"
UUIDs = "<0.0.1, 1"
julia = "1.5"

[extras]
Expand Down

0 comments on commit 29589af

Please sign in to comment.