From 8fd77d91dac94c07d8321fa984a62b459df807b1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 7 Oct 2023 00:58:38 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for CEnum at version 0.5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 530a6bf..bb030c7 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589" [compat] +CEnum = "0.5" julia = "1.9.1" [extras] From 68c7e41df3a2770ace493628e04dcec98be53e8a Mon Sep 17 00:00:00 2001 From: "Wu, You" <82619264+youwuyou@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:49:48 -0500 Subject: [PATCH 2/2] Update Project.toml Removed unnecessary entries and add needed entries for SparseArrays and ginkgo_jll. --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index bb030c7..61379e2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,12 +1,12 @@ name = "Ginkgo" uuid = "4c8bd3c9-ead9-4b5e-a625-08f1338ba0ec" authors = ["You Wu"] -version = "1.0.0-DEV" +version = "1.0.0" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" -Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +ginkgo_jll = "e4326e8b-370f-5d90-bbd6-f077a22d5a69" [compat] CEnum = "0.5"