From 3c81127ecf2cb7507333fc5c586657f421b53db6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 23 Jun 2024 18:42:19 +0000 Subject: [PATCH] CompatHelper: bump compat for TermInterface to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7712058c8..52ad6dafa 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ Setfield = "0.7, 0.8, 1" SpecialFunctions = "0.10, 1.0, 2" StaticArrays = "0.12, 1.0" SymbolicIndexingInterface = "0.3" -TermInterface = "0.4" +TermInterface = "0.4, 2" TimerOutputs = "0.5" Unityper = "0.1.2" julia = "1.3"