ejmahler / RustFFT

RustFFT is a high-performance FFT library written in pure Rust.
Apache License 2.0
678 stars 47 forks source link

actions-rs is unmaintained, will stop working soon #100

Closed HEnquist closed 1 year ago

HEnquist commented 1 year ago

The GitHub actions use actions-rs. This is unmaintained and will stop working once node 12 support is removed.

I have started updating my projects and it's quite easy. I'll do the same here and submit a PR soon (if nobody beats me to it). Opening this issue to try to not forget to actually do it..

HEnquist commented 1 year ago

https://github.com/ejmahler/RustFFT/pull/101

ejmahler commented 1 year ago

Merged, thanks for updating it