From bddf474ebbb442c1eeef197aa6f09cd83e83d059 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Apr 2024 01:01:32 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ProgressLogging at version 0.1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 8d50a8b..2def550 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,7 @@ UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a" ElectricFields = "0.1, 0.2" FastGaussQuadrature = "0.4.7, 0.5" HCubature = "1.5" +ProgressLogging = "0.1" SpecialFunctions = "1.3,2" StaticArrays = "1.1" Unitful = "1.7"