Skip to content

Commit b759fd7

Browse files
committed
Bump to 0.18.0, LB MemPool to 0.4.3
1 parent cfab551 commit b759fd7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Manifest.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,9 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
128128

129129
[[deps.MemPool]]
130130
deps = ["DataStructures", "Distributed", "Mmap", "Random", "Serialization", "Sockets"]
131-
git-tree-sha1 = "8862fe03a7edf2faa9cf4d0584d453a05377bf9c"
132-
repo-rev = "master"
133-
repo-url = "https://github.com/JuliaData/MemPool.jl.git"
131+
git-tree-sha1 = "096f99e66b8cdf44fa95ee9e2d7971e0264e4ec3"
134132
uuid = "f9f48841-c794-520a-933b-121f7ba6ed94"
135-
version = "0.4.2"
133+
version = "0.4.3"
136134

137135
[[deps.Missings]]
138136
deps = ["DataAPI"]

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Dagger"
22
uuid = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
3-
version = "0.17.0"
3+
version = "0.18.0"
44

55
[deps]
66
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
@@ -26,7 +26,7 @@ Colors = "0.10, 0.11, 0.12"
2626
ContextVariablesX = "0.1"
2727
DataStructures = "0.18"
2828
MacroTools = "0.5"
29-
MemPool = "0.4"
29+
MemPool = "0.4.3"
3030
Requires = "1"
3131
StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
3232
TimespanLogging = "0.1"

0 commit comments

Comments
 (0)