From 572b48509531f29a52d719483867b2f0dd641bd3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 21 Mar 2023 17:40:25 +0000 Subject: [PATCH] CompatHelper: add new compat entry for EnumX at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 054042e92..ee9bc74a7 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] ArrayInterface = "6.0.24, 7" DiffEqBase = "6" +EnumX = "1" FiniteDiff = "2" ForwardDiff = "0.10.3" LinearSolve = "1"