Skip to content

Commit

Permalink
Bump MemPool compat
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley authored and jpsamaroo committed Dec 4, 2024
1 parent 72a6c84 commit c718390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
os: linux
arch: x86_64
command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\")'"

.bench: &bench
if: build.message =~ /\[run benchmarks\]/
agents:
Expand All @@ -14,6 +15,7 @@
os: linux
arch: x86_64
num_cpus: 16

steps:
- label: Julia 1.9
timeout_in_minutes: 90
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GraphViz = "0.2"
Graphs = "1"
JSON3 = "1"
MacroTools = "0.5"
MemPool = "0.4.6"
MemPool = "0.4.10"
OnlineStats = "1"
Plots = "1"
PrecompileTools = "1.2"
Expand Down

0 comments on commit c718390

Please sign in to comment.