From f257e8331b5c6dccd2da247e7ebfb984d2888ebe Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Feb 2023 00:31:22 +0000 Subject: [PATCH] CompatHelper: add new compat entry for OrderedCollections at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 6810b33..6e13bd9 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +OrderedCollections = "1" julia = "1" [extras]