From 8a9a600a388f43e56296120d1e898a48c864aeff Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Mon, 13 Jan 2025 06:26:02 -0600 Subject: [PATCH] update compat (need Julia 1.8 for allequal) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index aae833c..28bcb20 100644 --- a/Project.toml +++ b/Project.toml @@ -8,9 +8,9 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" Chairmarks = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de" [compat] -BenchmarkTools = "1.6.0" -Chairmarks = "1.3.1" -julia = "1.6.7" +BenchmarkTools = "1.6" +Chairmarks = "1.3" +julia = "1.8" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"