Skip to content

Commit 210e962

Browse files
authored
dependencies: added DataStructures 0.19 (#285)
1 parent d69315b commit 210e962

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "TextAnalysis"
22
uuid = "a2db99b7-8b79-58f8-94bf-bbc811eef33d"
33
license = "MIT"
44
desc = "Julia package for text analysis"
5-
version = "0.8.2"
5+
version = "0.8.3"
66

77
[deps]
88
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -24,7 +24,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2424
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
2525

2626
[compat]
27-
DataStructures = "0.17, 0.18"
27+
DataStructures = "0.17, 0.18, 0.19"
2828
DelimitedFiles = "1"
2929
DocStringExtensions = "0.9"
3030
JSON = "0.21"

0 commit comments

Comments
 (0)