From 0579d569b111cebff21211abe2be4258fc64a45e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 2 Jun 2024 18:42:31 +0000 Subject: [PATCH] CompatHelper: bump compat for TermInterface to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7bed4b959..b289e230e 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, 0.5" TimerOutputs = "0.5" Unityper = "0.1.2" julia = "1.3"