From d58697fec67a8b5b3a2a47d39c70617138e761e4 Mon Sep 17 00:00:00 2001 From: Thomas van Doornmalen Date: Tue, 15 Sep 2026 21:39:07 +0200 Subject: [PATCH 1/2] Update deps --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 3178099..f43c745 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RustFFT" uuid = "b7f167ac-9de6-40dd-9818-ec636999de39" authors = ["Thomas van Doornmalen "] -version = "0.4.0" +version = "0.5.0" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -12,9 +12,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] AbstractFFTs = "1" -JlrsCore = "0.6" +JlrsCore = "0.8" julia = "1.10" -rustfft_jll = "0.5" +rustfft_jll = "0.6" Reexport = "0.2, 1.0" [extras] From aa3f0bd9de354e626bd02f44ad64791721504d3e Mon Sep 17 00:00:00 2001 From: Thomas van Doornmalen Date: Tue, 15 Sep 2026 21:41:41 +0200 Subject: [PATCH 2/2] Update CI --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9e1cda2..2785517 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,6 +18,7 @@ jobs: - '1.10' - '1.11' - '1.12' + - '1.13' os: - ubuntu-latest - macos-latest @@ -41,7 +42,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: '1.12' + version: '1.13' - run: julia --color=yes -e 'using Pkg; Pkg.add("Documenter"); VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")' shell: bash env: @@ -62,7 +63,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: '1.12' + version: '1.13' - run: julia --color=yes -e 'using Pkg; Pkg.add("Documenter"); VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")' shell: bash env: