From 66ade9a3ea0ae478410d1dbc30483107bac7ad5d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 24 Feb 2024 01:01:41 +0000 Subject: [PATCH] CompatHelper: bump compat for Trixi to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1ec3ece..ec3e6ea 100644 --- a/Project.toml +++ b/Project.toml @@ -13,5 +13,5 @@ Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb" MuladdMacro = "0.2.2" Static = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8" StaticArrays = "1" -Trixi = "0.5.17, 0.6" +Trixi = "0.5.17, 0.6, 0.7" julia = "1.8"