From decc8f295f661144752825bdf51c75f9c5c294e0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 3 Sep 2022 14:04:47 +0000 Subject: [PATCH] CompatHelper: bump compat for RelocatableFolders to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 68d2b80..0cc6499 100644 --- a/Project.toml +++ b/Project.toml @@ -22,6 +22,6 @@ DataStructures = "0.18" FreeTypeAbstraction = "0.10" GeometryBasics = "0.4.1, 0.4.2" LaTeXStrings = "1.2" -RelocatableFolders = "0.1, 0.2, 0.3" +RelocatableFolders = "0.1, 0.2, 0.3, 1" UnicodeFun = "0.4" julia = "1.6"