yolop 0.11.0

Yolop — a terminal coding agent built on everruns-runtime
1
2
3
4
5
6
# Pinned to everruns' declared MSRV (rust-version = 1.94.0). everruns-core
# 0.17.13 briefly required 1.96.0 for `if let` match guards; 0.17.14 dropped
# them, restoring 1.94.0 compatibility. Keep in sync with the everruns-* MSRV.
[toolchain]
channel = "1.94.0"
components = ["rustfmt", "clippy"]