From 09474fbe6194f119013d09e00fd960ce04e311eb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Jul 2022 19:40:57 +0000 Subject: [PATCH] CompatHelper: bump compat for Setfield to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 41e69b3..b641963 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ JSON = "0.19, 0.20, 0.21" JSONSchema = "0.1, 0.2, 0.3, 1" MacroTools = "0.4.4, 0.5" NodeJS = "0.5.1, 0.6, 1" -Setfield = "0.4, 0.5, 0.6, 0.7" +Setfield = "0.4, 0.5, 0.6, 0.7, 1" TableTraits = "0.3.1, 0.4, 1" TableTraitsUtils = "1" URIParser = "0.4"