mdsteele / rust-cab

Rust library for encoding/decoding Windows cabinet (.cab) files
MIT License
15 stars 8 forks source link

Replace deprecated actions-rs to dtolnay/rust-toolchain #17

Closed ikrivosheev closed 1 year ago

ikrivosheev commented 1 year ago

Replace actions-rs to dtolnay/rust-toolchain because actions-rs is deprecated

mdsteele commented 1 year ago

I just fixed the existing clippy warnings in 7f33eb0; if you rebase, that should hopefully fix the checks.

ikrivosheev commented 1 year ago

I just fixed the existing clippy warnings in 7f33eb0; if you rebase, that should hopefully fix the checks.

@mdsteele thank you, done!