From 4c510d98260a99f78e7833e1341a62d9f0d9e7c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 00:11:55 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "Flux" at version "0.12" --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 9510a2a..d4093fd 100644 --- a/Project.toml +++ b/Project.toml @@ -8,3 +8,6 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" PkgTemplates = "14b8a8f1-9102-5b29-a752-f990bacb7fe1" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Flux = "0.12"