From 9d0c1db8b9817a6a20303f9e50c92553b4880867 Mon Sep 17 00:00:00 2001 From: RXGottlieb <36906916+RXGottlieb@users.noreply.github.com> Date: Tue, 11 Apr 2023 15:05:41 -0400 Subject: [PATCH] Update Project.toml Allow newer versions of DocStringExtensions --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index fe657b22..f255e306 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "EAGO" uuid = "bb8be931-2a91-5aca-9f87-79e1cb69959a" authors = ["Matthew Wilhelm "] -version = "0.7.2" +version = "0.7.3" [deps] Cassette = "7057c7e9-c182-5462-911a-8362d720325c" @@ -30,7 +30,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Cassette = "0.3.1" Cbc = "~1" DataStructures = "~0.17, ~0.18" -DocStringExtensions = "~0.8" +DocStringExtensions = "~0.8, ~0.9" FastRounding = "~0.2, ~0.3" ForwardDiff = "~0.10" IntervalArithmetic = "~0.20"