From f37250344d1c0e6eae4bcb2c4098fbbabbdc77cd Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Aug 2024 17:31:08 -0400 Subject: [PATCH 1/2] Update dependencies and bump version to 1.0.1 --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 75f7bb5..d44c0e4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Winston" uuid = "bd07be1c-e76f-5ff0-9c0b-f51ef45303c6" -version = "1.0.0" +version = "1.0.1" [deps] Cairo = "159f3aea-2a34-519c-b102-8c37f9878175" @@ -30,9 +30,9 @@ Graphics = "1" Grisu = "1" Gtk4 = "0.3" IniFile = "0.5" -NaNMath = "0.2.4,0.3" -Reexport = "0.2, 1.0" -StatsBase = "0.33.2" +NaNMath = "1" +Reexport = "1" +StatsBase = "0.34" PrecompileTools = "1" julia = "1.6" From b1b20b20cf6aa4fa73fd8d243c584252af2e75d3 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Aug 2024 17:43:57 -0400 Subject: [PATCH 2/2] Update Compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d44c0e4..1e5f6f8 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" [compat] Cairo = "1" Colors = "0.12" -Compat = "3" +Compat = "4" Graphics = "1" Grisu = "1" Gtk4 = "0.3"