From 46497f4e9aa1ef6d437332b214176df8aec54f39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 00:54:44 +0000 Subject: [PATCH] CompatHelper: bump compat for "Reexport" to "1.2" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c45d666..34da824 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ EarthOrientation = "^0.6" ItemGraphs = "^0.4" MuladdMacro = "^0.2" Parameters = "^0.12" -Reexport = "^0.2" +Reexport = "^0.2, 1.2" ReferenceFrameRotations = "^0.5" Roots = "^0.8.4, 1.0" SpecialFunctions = "^0.8, 0.10"