From a900b63a9a518048cd845f9171da239ab82030bc Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:12:03 -0400 Subject: [PATCH] Tighten AstroAngles compat AstroAngles 0.1 uses Formatting.jl, which should be avoided. Fixed in AstroAngles 0.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3b4f72d..f5063c0 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ UnitfulExt = "Unitful" [compat] Accessors = "0.1" -AstroAngles = "0.1" +AstroAngles = "0.2" ConstructionBase = "1" Rotations = "1" StaticArrays = "0.8, 0.9, 1"