diff --git a/src/BenchmarkTools.jl b/src/BenchmarkTools.jl index 12354f47..1b7eb2a7 100644 --- a/src/BenchmarkTools.jl +++ b/src/BenchmarkTools.jl @@ -12,7 +12,7 @@ using Profile const BENCHMARKTOOLS_VERSION = if VERSION >= v"1.9" pkgversion(BenchmarkTools) else - v"1.4.0" + v"1.5.0" end ##############