From 2b3e9566a29abb490a787c43002767a13ec8c6a4 Mon Sep 17 00:00:00 2001 From: Justin Willmert Date: Wed, 25 May 2022 20:51:07 -0500 Subject: [PATCH] Add Compat v4 compatibility --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8914ea6..2e39d3a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CMB" uuid = "592991c5-7c29-5f04-aea2-6d9f924ef2a1" author = ["Justin Willmert "] -version = "0.3.1" +version = "0.3.2" [deps] AssociatedLegendrePolynomials = "2119f1ac-fb78-50f5-8cc0-dda848ebdb19" @@ -20,7 +20,7 @@ UnixMmap = "674b2976-56af-439b-a2b1-837be4a3d087" [compat] AssociatedLegendrePolynomials = "1" BitFlags = "0.1" -Compat = "3.25" +Compat = "3.25, 4" FFTW = "1" FileIO = "1.6" HDF5 = "0.16"