Skip to content

Commit 41d6b74

Browse files
author
Pietro Vertechi
committed
release
1 parent 1c447d6 commit 41d6b74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name = "StructArrays"
22
uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
3-
version = "0.4.0"
3+
version = "0.4.1"
44

55
[deps]
66
PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
77
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
88
WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"
99

1010
[compat]
11-
PooledArrays = ">=0.5"
11+
PooledArrays = "0.5"
12+
Tables = "0.2"
13+
WeakRefStrings = "0.5, 0.6"
1214
julia = "1"
1315

1416
[extras]

0 commit comments

Comments
 (0)