From d9a0d916a8b4bde4da0e66fab04fb3874b3728d4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Jun 2024 01:13:16 +0000 Subject: [PATCH] CompatHelper: bump compat for Static to 1, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 6ea3d75a..fd80e250 100644 --- a/Project.toml +++ b/Project.toml @@ -6,16 +6,16 @@ version = "0.1.0-pre" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb" -Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" [compat] LinearAlgebra = "1" MuladdMacro = "0.2.2" -Static = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8" +Printf = "1" +Static = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1" StaticArrays = "1" Trixi = "0.7" julia = "1.8" -Printf = "1"