serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
384 stars 110 forks source link

Chore(ci): Update rust, cargo and cache actions #177

Closed jontze closed 1 year ago

jontze commented 1 year ago

This PR moves the caching work to the Swatinem/rust-cache action and moved away from the deprecated actions of the actions-rs github organization.

The actual building, testing and linting stays untouched.

I removed one job from the test matrix, as the legacy tokio job doesn't seem to be necessary any more.