From 7d82c851d503c0d84977a328e0386d65e9709923 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 26 May 2022 12:03:52 +0000 Subject: [PATCH] CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 91c3c4f2..2f4df69b 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ Adapt = "3" ArrayInterfaceCore = "0.1.1" ArrayInterfaceStaticArrays = "0.1" ChainRulesCore = "0.10.7, 1" -DocStringExtensions = "0.8" +DocStringExtensions = "0.8, 0.9" FillArrays = "0.11, 0.12, 0.13" GPUArrays = "8" RecipesBase = "0.7, 0.8, 1.0"