rust-sdk/rust-toolchain.toml
Dale Seo 42a1069833
ci: add cargo-public-api check for breaking API changes (#924)
* chore: bump Rust toolchain to 1.96

* ci: add cargo-public-api breaking-change check

Adds a release-type-aware `cargo-public-api` diff job that fails on
changed/removed public items unless the PR's commits mark a breaking
(major) release. This catches source-breaking API changes that
cargo-semver-checks cannot yet detect (e.g. function return-type or
field-type changes).
2026-06-24 15:19:04 -04:00

3 lines
107 B
TOML

[toolchain]
channel = "1.96"
components = ["rustc", "rust-std", "cargo", "clippy", "rustfmt", "rust-docs"]