Skip to content

Commit 760b792

Browse files
committed
Update DataStructures compat to include 0.19
DataStructures.jl has some breaking changes[1]. However they don't affect this code. https://github.com/JuliaCollections/DataStructures.jl/releases/tag/v0.19.0
1 parent 37d701f commit 760b792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
1010

1111

1212
[compat]
13-
DataStructures = "0.17,0.18"
13+
DataStructures = "0.17,0.18,0.19"
1414
julia = "1.9"
1515
ArchGDAL = "0.10"
1616
AxisArrays = "0.4"

0 commit comments

Comments
 (0)