From e31d55df976f40c0cb3f54929319b8f43f217377 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 19 Aug 2021 00:26:35 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Parallelism at version 0.1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 836a339..44ed5bd 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" [compat] +Parallelism = "0.1" julia = "1" [extras]