From 7edcc723c67798c916572c014dc5b26462801914 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 16 Sep 2023 00:35:02 +0000 Subject: [PATCH] CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f64b3c95..5deaf73e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,6 +4,6 @@ ExactOptimalTransport = "24df6009-d856-477c-ac5c-91f668376b31" OptimalTransport = "7e02d93a-ae51-4f58-b602-d97af76e3b33" [compat] +Documenter = "0.27, 1" ExactOptimalTransport = "0.1, 0.2" -Documenter = "0.27" OptimalTransport = "0.3"