Skip to content

Commit 56aff53

Browse files
1 parent 99ad9ad commit 56aff53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "FastTransforms"
22
uuid = "057dd010-8810-581a-b7be-e3fc3b93f78c"
3-
version = "0.8.1"
3+
version = "0.8.2"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -22,7 +22,7 @@ BinaryProvider = "0.5.8"
2222
DSP = "0.6"
2323
FFTW = "1"
2424
FastGaussQuadrature = "0.4"
25-
FastTransforms_jll = "0.2.12"
25+
FastTransforms_jll = "0.2.13"
2626
Reexport = "0.2"
2727
SpecialFunctions = "0.8, 0.9"
2828
ToeplitzMatrices = "0.6"

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using BinaryProvider
22
import Libdl
33

4-
version = v"0.2.12"
4+
version = v"0.2.13"
55

66
if arch(platform_key_abi()) != :x86_64
77
@warn "FastTransforms has only been tested on x86_64 architectures."

0 commit comments

Comments
 (0)