From f296545917975293250fb950e764911dd5834c8c Mon Sep 17 00:00:00 2001 From: Simon Etter Date: Tue, 19 Dec 2023 19:19:46 +0800 Subject: [PATCH] Add [compat] --- Project.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Project.toml b/Project.toml index d2b50de..725635c 100644 --- a/Project.toml +++ b/Project.toml @@ -7,3 +7,8 @@ version = "0.1.0" Elliptic = "b305315f-e792-5b7a-8f41-49f472929428" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" + +[compat] +Elliptic = "1" +StaticArrays = "1.8" +julia = "1.9"