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 342fc3e commit b24ce59Copy full SHA for b24ce59
Project.toml
@@ -1,14 +1,16 @@
1
name = "StructArrays"
2
uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
3
-version = "0.4.0"
+version = "0.4.1"
4
5
[deps]
6
PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
7
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
8
WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"
9
10
[compat]
11
-PooledArrays = ">=0.5"
+PooledArrays = "0.5"
12
+Tables = "0.2"
13
+WeakRefStrings = "0.5, 0.6"
14
julia = "1"
15
16
[extras]
0 commit comments