purpleprotocol / mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator
MIT License
481 stars 42 forks source link

Remove `actions-rs` #101

Closed nathaniel-daniel closed 10 months ago

nathaniel-daniel commented 10 months ago

The actions-rs actions seem unmaintained. I have removed all of them and replaced them with https://github.com/dtolnay/rust-toolchain, which seems like the most popular alternative.

I have also updated all of the actions/checkout actions from v3 to v4.

I also noticed that the secure feature was not being tested, so I fixed that issue.

I can split these up into separate PRs if requested.