From 21fb06dacb892b93172830f904a2949587034ef1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Jun 2025 01:08:33 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricSolutions to 0.5, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b336fd0..48975eb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ChargedParticleDynamics" uuid = "209b3593-7183-5600-9f8f-df5ce7fddd64" -version = "0.1.0" authors = ["Michael Kraus "] +version = "0.1.0" [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" @@ -24,7 +24,7 @@ ElectromagneticFields = "0.5" ForwardDiff = "0.10, 1" GeometricEquations = "0.18" GeometricProblems = "0.6" -GeometricSolutions = "0.3, 0.4" +GeometricSolutions = "0.3, 0.4, 0.5" LaTeXStrings = "1" Parameters = "0.12, 0.13" Plots = "1"