You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: modernize Rust CI workflow with rust-lang/setup-rust@v2
- Replaced deprecated Rust setup action with `rust-lang/setup-rust@v2`
- Run CI on push to any branch and PRs targeting main/dev
- Temporary config.toml ensures unit tests and doctests pass in CI
- Added Clippy and rustfmt checks
- Cached cargo registry and git dependencies for faster builds
0 commit comments