From 1cd2f4c76851bb4be34ed2b6d4d6a6af2cb05c76 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Feb 2023 00:19:34 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ConstructionBase at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index c186449..d47cf75 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Tensorial = "98f94333-fa9f-48a9-ad80-1c66397b2b38" [compat] +ConstructionBase = "1" julia = "1" [extras]