JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
610 stars 251 forks source link

Use `Base.TOML.Parser{Dates}` for TOML parsing w/ Dates support #3938

Open topolarity opened 4 days ago

topolarity commented 4 days ago

Adapting to https://github.com/JuliaLang/julia/pull/54755/ and https://github.com/JuliaLang/julia/pull/55020

topolarity commented 3 days ago

This now depends on https://github.com/JuliaLang/julia/pull/55017