From 9af09ef7494d03df1e261f65841be707940b700e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 1 Jun 2023 01:56:38 +0000 Subject: [PATCH] CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 12471f00..8e5bb9fe 100644 --- a/Project.toml +++ b/Project.toml @@ -33,6 +33,7 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" [compat] AlgebraicMultigrid = "0.2, 0.3, 0.4, 0.5" DataStructures = "0.17, 0.18" +DelimitedFiles = "1" EzXML = "0.8, 0.9, 1.1" HTTP = "1" Interpolations = "0.12, 0.13, 0.14"