Skip to content

Commit 8d35ae8

Browse files
committed
Version 1.1.1: support Reexport 1
Julia 1.0 can't downgrade dependencies. As Reexport 1 support spreads throughout the ecosystem, it may help to have a version of FFTW that supports it + Julia 1.0. xref JuliaImages/ImageContrastAdjustment.jl#43 (comment)
1 parent b17ecac commit 8d35ae8

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,6 +1,6 @@
11
name = "FFTW"
22
uuid = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
3-
version = "1.1.0"
3+
version = "1.1.1"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1414
AbstractFFTs = "0.5"
1515
BinaryProvider = "0.5"
1616
Conda = "1"
17-
Reexport = "0.2"
17+
Reexport = "0.2, 1"
1818
julia = "1"
1919

2020
[extras]

0 commit comments

Comments
 (0)