Skip to content

Commit 3cca7d0

Browse files
authored
Support DataStructures v0.19, bump patch version (#286)
Looks like your compathelper is not running so this is just a manual PR, haven't checked tests
1 parent 6a0acaf commit 3cca7d0

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 = "ImageFiltering"
22
uuid = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
33
author = ["Tim Holy <[email protected]>", "Jan Weidner <[email protected]>"]
4-
version = "0.7.11"
4+
version = "0.7.12"
55

66
[deps]
77
CatIndices = "aafaddc9-749c-510e-ac4f-586e18779b91"
@@ -23,7 +23,7 @@ TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
2323
[compat]
2424
CatIndices = "0.2"
2525
ComputationalResources = "0.3"
26-
DataStructures = "0.17.7, 0.18"
26+
DataStructures = "0.17.7, 0.18, 0.19"
2727
FFTViews = "0.3"
2828
FFTW = "0.3, 1"
2929
ImageBase = "0.1.5"

0 commit comments

Comments
 (0)