From e1e963c406f3aea390d7517e82b82d6a7431661a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 11 Mar 2022 00:59:26 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ArgParse at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 0a09e16..9a53150 100644 --- a/Project.toml +++ b/Project.toml @@ -12,6 +12,7 @@ Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] +ArgParse = "1" julia = "1.7" [extras]