From 0f37a285181e7a985a939bee4276774aa04c859a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 16 Sep 2023 00:27:35 +0000 Subject: [PATCH] CompatHelper: bump compat for Documenter to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 53364762..0f7960ec 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" Arpack = "0.5" BenchmarkTools = "1" DiffEqCallbacks = "2" -Documenter = "0.27" +Documenter = "0.27, 1" DocumenterTools = "0.1" GFlops = "0.1.7" GR = "0.72"