From bffc7ec42a1ff78adf2da26101ffe8a0c90a9d26 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 8 Nov 2022 01:18:48 +0000 Subject: [PATCH] CompatHelper: add new compat entry for TimerOutputs at version 0.5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 9a3589e..3f9ed64 100644 --- a/Project.toml +++ b/Project.toml @@ -17,4 +17,5 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b" [compat] QuantumLattices = "0.9.3" TightBindingApproximation = "0.1.15" +TimerOutputs = "0.5" julia = "1.8"