Skip to content

Commit 4ea4fbb

Browse files
committed
Bump MemPool compat
1 parent 6c87de3 commit 4ea4fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
sandbox_capable: "true"
66
os: linux
77
arch: x86_64
8-
command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.add(; url=\"https://github.com/JuliaData/MemPool.jl\", rev=\"jps/migration-helper\")'"
8+
command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\")'"
99

1010
.bench: &bench
1111
if: build.message =~ /\[run benchmarks\]/

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ GraphViz = "0.2"
5252
Graphs = "1"
5353
JSON3 = "1"
5454
MacroTools = "0.5"
55-
MemPool = "0.4.6"
55+
MemPool = "0.4.10"
5656
OnlineStats = "1"
5757
Plots = "1"
5858
PrecompileTools = "1.2"

0 commit comments

Comments
 (0)