From c6066e3c1147374dc914df2ce63e95a9266347f6 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Thu, 15 Feb 2024 07:53:48 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> --- Project.toml | 2 +- docs/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f2e9ac65ef2..b4a06a70688 100644 --- a/Project.toml +++ b/Project.toml @@ -96,7 +96,7 @@ TimerOutputs = "0.5.7" Triangulate = "2.0" TriplotBase = "0.1" TriplotRecipes = "0.1" -TrixiBase = "0.1" +TrixiBase = "0.1.1" julia = "1.8" [extras] diff --git a/docs/Project.toml b/docs/Project.toml index ffc908251bf..3b8d169fdb8 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -24,4 +24,4 @@ OrdinaryDiffEq = "6.49.1" Plots = "1.9" Test = "1" Trixi2Vtk = "0.3" -TrixiBase = "0.1" +TrixiBase = "0.1.1"