From 14907ebb2adf3b75e68ea66db290cb447a9265ee Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 4 May 2026 02:05:35 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BenchmarkTools at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6c41f8d..13a7949 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MetaJul" uuid = "ca897826-12de-4e40-9dbf-1888d61ae1b2" -authors = ["ajnebro "] version = "0.3.0" +authors = ["ajnebro "] [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" @@ -18,4 +18,5 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] +BenchmarkTools = "1" julia = "1.10"