From ed48e18e91f3219487e66ad79102d54e5c9895b5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 30 Oct 2023 21:54:12 +0000 Subject: [PATCH] CompatHelper: bump compat for CrystallographyRecipes to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9a7f3d8..48ce3c8 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" [compat] CrystallographyBase = "0.14" -CrystallographyRecipes = "0.2" +CrystallographyRecipes = "0.2, 0.3" DataFrames = "1" QuantumESPRESSO = "0.11" RecipesBase = "1"