From 6cdfaa94033bea04b9589408817e3fe512c5061d Mon Sep 17 00:00:00 2001 From: Jared Wahlstrand Date: Sun, 22 Sep 2024 20:51:53 -0400 Subject: [PATCH] allow Gtk4 v0.7 (#234) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 24eb7f5..59dc5fe 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ProfileView" uuid = "c46f51b8-102a-5cf2-8d2c-8597cb0e0da7" author = ["Tim Holy "] -version = "1.8.0" +version = "1.8.1" [deps] Cairo = "159f3aea-2a34-519c-b102-8c37f9878175" @@ -27,7 +27,7 @@ Colors = "0.9, 0.10, 0.11, 0.12" FileIO = "1.6" FlameGraphs = "0.2.10, 1" Graphics = "0.4, 1" -Gtk4 = "0.5, 0.6" +Gtk4 = "0.5, 0.6, 0.7" GtkObservables = "2" IntervalSets = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7" MethodAnalysis = "0.4"