From 32e9e2cef29bf6bf6b57f93d29bbaf508225c061 Mon Sep 17 00:00:00 2001 From: Lucas Ondel Date: Wed, 24 Aug 2022 15:38:50 +0200 Subject: [PATCH] Update Project.toml Compatible with julia 1.6 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a394b65..586b984 100644 --- a/Project.toml +++ b/Project.toml @@ -18,4 +18,4 @@ BlockDiagonals = "0.1" CUDA = "3.9" JSON = "0.21" Semirings = "0.5" -julia = "1.7" +julia = "1.6"