From efa80102081b417be9dc1e96c2fec757205e8356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helmut=20H=C3=A4nsel?= Date: Mon, 26 Feb 2024 21:24:03 +0100 Subject: [PATCH] add compat for PrecompileTools --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 50db1641..58fb89ec 100644 --- a/Project.toml +++ b/Project.toml @@ -51,6 +51,7 @@ OffsetArrays = "1" OrderedCollections = "1" Parameters = "0.12" Pkg = "1.6" +PrecompileTools = "1.2" Random = "1.6" Reexport = "1" Requires = "1"