From 688032440bdd9797282bc144a423ab8de6b391a7 Mon Sep 17 00:00:00 2001 From: Thomas van Doornmalen Date: Fri, 10 Oct 2025 16:49:35 +0200 Subject: [PATCH 1/2] Update dependencies --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 440cb89..3178099 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.3.0" +version = "0.4.0" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -12,9 +12,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] AbstractFFTs = "1" -JlrsCore = "0.5" -julia = "1.6" -rustfft_jll = "0.4" +JlrsCore = "0.6" +julia = "1.10" +rustfft_jll = "0.5" Reexport = "0.2, 1.0" [extras] From bb388a3e137359e5abad443cf1b68a11fe5166ad Mon Sep 17 00:00:00 2001 From: Thomas van Doornmalen Date: Fri, 10 Oct 2025 16:51:07 +0200 Subject: [PATCH 2/2] Update CI --- .github/workflows/CI.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b743f60..9e1cda2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,10 +15,9 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1.7' - - '1.8' - - '1.9' + - '1.10' + - '1.11' + - '1.12' os: - ubuntu-latest - macos-latest @@ -42,7 +41,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: '1.9' + version: '1.12' - 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: @@ -63,7 +62,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: '1.9' + version: '1.12' - 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: