From eca407de8daa69a98be8809c21d668468c481080 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 11 Dec 2022 00:07:53 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Documenter at version 0.27 for package docs, (keep existing compat) --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index dfa65cd..3a52a5d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,2 +1,5 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" + +[compat] +Documenter = "0.27"