From cf35ea9e62a881124c34e3e8cf648377a92622f6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 22 Nov 2021 13:16:43 +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 9a6aa54..8bbb9a3 100644 --- a/Project.toml +++ b/Project.toml @@ -27,6 +27,7 @@ Interpolations = "0.13" JSON = "0.21" NCDatasets = "0.11" OffsetArrays = "1" +OrderedCollections = "1" Parameters = "0.12" Polynomials = "2" Unitful = "1"