Skip to content

Commit fd79022

Browse files
authored
Support StatsBase 0.34
1 parent 03763ca commit fd79022

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,14 +1,14 @@
11
name = "SortingAlgorithms"
22
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
3-
version = "1.1.0"
3+
version = "1.1.1"
44

55
[deps]
66
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
77

88
[compat]
99
julia = "1"
1010
DataStructures = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
11-
StatsBase = "0.33"
11+
StatsBase = "0.33, 0.34"
1212

1313
[extras]
1414
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)