Skip to content

Commit d3fe703

Browse files
authored
Merge pull request #234 from MakieOrg/hw/bumpcompats
bump DataStructures
2 parents 418c148 + 4bc4fd2 commit d3fe703

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GraphMakie"
22
uuid = "1ecd5474-83a3-4783-bb4f-06765db800d2"
33
authors = ["Simon Danisch", "Hans Würfel"]
4-
version = "0.6.1"
4+
version = "0.6.2"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -16,7 +16,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1616

1717
[compat]
1818
CairoMakie = "0.15"
19-
DataStructures = "0.17, 0.18"
19+
DataStructures = "0.17, 0.18, 0.19"
2020
FileIO = "1"
2121
GeometryBasics = "0.5"
2222
Graphs = "1.4"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
2222
[compat]
2323
CairoMakie = "0.15"
2424
Cbc = "1"
25-
DataStructures = "0.18"
25+
DataStructures = "0.19"
2626
DecisionTree = "0.12"
2727
Documenter = "1"
2828
GraphMakie = ">= 0.1"

0 commit comments

Comments
 (0)