From 505075fb838e5948701230374c022cc05d8d8825 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 2 Jun 2024 19:05:39 -0400 Subject: [PATCH] StyledStrings: retroactively cap the `julia` compact (#108106) --- S/StyledStrings/Compat.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/S/StyledStrings/Compat.toml b/S/StyledStrings/Compat.toml index 2787101d542eea5..2f8635945e5bf71 100644 --- a/S/StyledStrings/Compat.toml +++ b/S/StyledStrings/Compat.toml @@ -1,5 +1,2 @@ -["1-1.0.1"] -julia = "1" - -["1.0.2-1"] +[1] julia = "1.0-1.10"