Skip to content

Commit 8c30deb

Browse files
CompatHelper: bump compat for "AbstractFFTs" to "1.0" (#127)
* CompatHelper: bump compat for "AbstractFFTs" to "1.0" * give compathelper an ssh key Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: MikaelSlevinsky <richard.slevinsky@umanitoba.ca>
1 parent 39566ad commit 8c30deb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CompatHelper.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
- name: CompatHelper.main
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
2425
JULIA_DEBUG: CompatHelper
2526
run: julia -e 'using CompatHelper; CompatHelper.main()'

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1919
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
2020

2121
[compat]
22-
AbstractFFTs = "0.5"
22+
AbstractFFTs = "0.5, 1.0"
2323
ArrayLayouts = "0.4"
2424
BinaryProvider = "0.5"
2525
DSP = "0.6"

0 commit comments

Comments
 (0)