Commit 1ec0085
committed
ci: fix Rust setup action in GitHub workflow
- Replaced nonexistent `rust-lang/setup-rust` with `actions-rs/toolchain@v1`
- Ensures stable Rust toolchain, Clippy, and rustfmt are installed in CI
- Temporary config.toml created so unit tests and doctests pass
- CI runs on push to any branch and PRs targeting main/dev1 parent be2f26e commit 1ec0085
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments