Skip to content

Commit d13dc3b

Browse files
authored
Support DataStructures 0.19 (#960)
1 parent dfe8945 commit d13dc3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StatsBase"
22
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
33
authors = ["JuliaStats"]
4-
version = "0.34.5"
4+
version = "0.34.6"
55

66
[deps]
77
AliasTables = "66dad0bd-aa9a-41b7-9441-69ab47430ed8"
@@ -20,7 +20,7 @@ StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
2020
[compat]
2121
AliasTables = "1"
2222
DataAPI = "1"
23-
DataStructures = "0.10, 0.11, 0.12, 0.13, 0.14, 0.17, 0.18"
23+
DataStructures = "0.10, 0.11, 0.12, 0.13, 0.14, 0.17, 0.18, 0.19"
2424
JET = "0.9.18, 0.10"
2525
LinearAlgebra = "<0.0.1, 1"
2626
LogExpFunctions = "0.3"

0 commit comments

Comments
 (0)