simonster / Reexport.jl

Julia macro for re-exporting one module from another
Other
161 stars 19 forks source link

Tag a new release #18

Closed nalimilan closed 6 years ago

nalimilan commented 6 years ago

Due to https://github.com/JuliaLang/Pkg.jl/pull/685 Reexport has been marked as not supporting Julia ≥ 0.7 (https://github.com/JuliaRegistries/General/blob/master/R/Reexport/Compat.toml). That breaks all packages which depend on it. Could you tag a new release to fix that?

nalimilan commented 6 years ago

Actually changes have been reverted for now.