JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
87 stars 53 forks source link

Remove dependency on LazyArtifacts after TimeZones 1.12 release #443

Open omus opened 1 year ago

omus commented 1 year ago

In #441 it was discovered that the LazyArtifacts dependency was no longer used but it could not be removed as it caused PkgBenchmarks to break as the previous TimeZones.jl release did require it. Once the TimeZones.jl 1.12 release it out we should be able to drop this dependency.