core-agent-ide/.github/workflows
Michael Bolin ec5e82b77c
chore: pin Rust version to 1.86 and use io::Error::other to prepare for 1.87 (#947)
Previously, our GitHub actions specified the Rust toolchain as
`dtolnay/rust-toolchain@stable`, which meant the version could change
out from under us. In this case, the move from 1.86 to 1.87 introduced
new clippy warnings, causing build failures.

Because it will take a little time to fix all the new clippy warnings,
this PR pins things to 1.86 for now to unbreak the build.

It also replaces `io::Error::new(io::ErrorKind::Other)` with
`io::Error::other()` in preparation for 1.87.
2025-05-15 14:07:16 -07:00
..
ci.yml chore: make build process a single script to run (#757) 2025-05-01 08:36:07 -07:00
cla.yml Set up CLA process and remove DCO (#129) 2025-04-16 15:24:31 -07:00
codespell.yml Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#903) 2025-05-14 09:39:49 -07:00
rust-ci.yml chore: pin Rust version to 1.86 and use io::Error::other to prepare for 1.87 (#947) 2025-05-15 14:07:16 -07:00
rust-release.yml chore: pin Rust version to 1.86 and use io::Error::other to prepare for 1.87 (#947) 2025-05-15 14:07:16 -07:00