From 5e0b122363d5d0953e116403872e1095731dadfc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 17 Apr 2024 00:14:28 +0000 Subject: [PATCH] CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 003b7b65..537c0746 100644 --- a/Project.toml +++ b/Project.toml @@ -24,8 +24,9 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] -julia = "1" +DelimitedFiles = "1" GXBeam = "0.5.1" +julia = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"