From 6ff4856ecf4cc330b0f23c0d768e3ff3c830c11b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:26:27 +0200 Subject: [PATCH] CompatHelper: add new compat entry for Git at version 1, (keep existing compat) (#168) Co-authored-by: CompatHelper Julia --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0b317b8d..90e57f48 100644 --- a/Project.toml +++ b/Project.toml @@ -25,6 +25,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] BinningAnalysis = "0.6.0" CodecLz4 = "0.4" +Git = "1" JLD2 = "0.2, 0.3, 0.4" LoopVectorization = "0.12.22" Parameters = "0.12" @@ -35,9 +36,9 @@ TimerOutputs = "0.5.3" julia = "1.5" [extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" StableDQMC = "0827807b-44c9-51d0-af97-efe667fe6b2a" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test", "InteractiveUtils", "StableDQMC"]