From 674663f287a0ff5b2615d862af1becb4a7af43b2 Mon Sep 17 00:00:00 2001 From: Josh Day Date: Mon, 19 Sep 2022 10:42:43 -0400 Subject: [PATCH] compat typo --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d08dfb4..5738a27 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" [compat] Cobweb = "0.1, 0.2" -StructTypes = "0.1" +StructTypes = "1" DefaultApplication = "1" EasyConfig = "0.1.10" JSON3 = "1.8"