From d7a72da1f61b9df4df4e559895303f14a547c370 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 17 Sep 2024 11:53:44 +0000 Subject: [PATCH] CompatHelper: add new compat entry for CSV at version 0.10, (keep existing compat) --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 757362c..2ef0ce0 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,9 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" [extensions] PSBoardDataBaseInteractiveUtilsExt = "InteractiveUtils" +[compat] +CSV = "0.10" + [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"