From 4c94f40b2396c69715579f4dcb15e2fb249eb9ad Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Jan 2023 01:23:52 +0000 Subject: [PATCH] CompatHelper: add new compat entry for AstroLib at version 0.4, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 9cfb490cb..506453132 100644 --- a/Project.toml +++ b/Project.toml @@ -7,4 +7,5 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] +AstroLib = "0.4" Documenter = "0.24, 0.25, 0.26"