From 537789639bc3e91353674e95f81eb3db50dbec82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 00:44:39 +0000 Subject: [PATCH] CompatHelper: bump compat for "BenchmarkTools" to "1.0" for package exercises --- tutorials/exercises/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/exercises/Project.toml b/tutorials/exercises/Project.toml index 556ecc80..f3d5a2a4 100644 --- a/tutorials/exercises/Project.toml +++ b/tutorials/exercises/Project.toml @@ -15,7 +15,7 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" [compat] AlgebraicMultigrid = "0.3, 0.4" -BenchmarkTools = "0.5, 0.6, 0.7" +BenchmarkTools = "0.5, 0.6, 0.7, 1.0" DiffEqDevTools = "2.22" DiffEqFlux = "1.16" DiffEqGPU = "1.3"