From ed3bac9790693cff8104a6a5c2264a6df76ac1af Mon Sep 17 00:00:00 2001 From: Lionel Zoubritzky Date: Wed, 5 Jul 2023 18:17:22 +0200 Subject: [PATCH] [ci skip] Bump PG compat version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 67f7652..24b479a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PeriodicGraphEquilibriumPlacement" uuid = "72a2d4b8-adbf-4c88-a101-42c807716bb0" authors = ["Lionel Zoubritzky "] -version = "0.2.1" +version = "0.2.2" [deps] Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" @@ -13,7 +13,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Graphs = "1.3" -PeriodicGraphs = "0.8.1,0.9" +PeriodicGraphs = "0.8.1,0.9,0.10" PrecompileTools = "1" StaticArrays = "0.12.4, 1.0" julia = "1.6"