Skip to content

Commit

Permalink
Add compats for standard libraries (#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Oct 23, 2023
1 parent a86549b commit 46bf067
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,26 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[compat]
ANSIColoredPrinters = "0.0.1"
AbstractTrees = "0.4"
Base64 = "1.6"
Dates = "1.6"
DocStringExtensions = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
Downloads = "1.4"
IOCapture = "0.2"
InteractiveUtils = "1.6"
JSON = "0.19, 0.20, 0.21"
LibGit2 = "1.6"
Logging = "1.6"
Markdown = "1.6"
MarkdownAST = "0.1.1"
Pkg = "1.6"
PrecompileTools = "1"
RegistryInstances = "0.1"
Random = "1.6"
REPL = "1.6"
SHA = "0.7, 1.6"
Test = "1.6"
Unicode = "1.6"
UUIDs = "1.6"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 46bf067

Please sign in to comment.