We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c87de3 commit 4ea4fbbCopy full SHA for 4ea4fbb
.buildkite/pipeline.yml
@@ -5,7 +5,7 @@
5
sandbox_capable: "true"
6
os: linux
7
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\")'"
+ command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\")'"
9
10
.bench: &bench
11
if: build.message =~ /\[run benchmarks\]/
Project.toml
@@ -52,7 +52,7 @@ GraphViz = "0.2"
52
Graphs = "1"
53
JSON3 = "1"
54
MacroTools = "0.5"
55
-MemPool = "0.4.6"
+MemPool = "0.4.10"
56
OnlineStats = "1"
57
Plots = "1"
58
PrecompileTools = "1.2"
0 commit comments