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
Given a healthy discussion within the Rust community, we may need to write validation as a standalone executable we can run in pipelines. Simplistically, it just needs to deserialize Cargo.toml (use cargo_util_schemas with serde) for individual crates and make sure all dependencies (see list below) use workspace = true.
dependencies
dev-dependencies
build-dependencies
regex: ^target\..*\.(dev-|build-)?dependencies$
heaths
added a commit
to heaths/azure-sdk-for-rust
that referenced
this issue
Feb 27, 2024
* Add Rust script to verify centralized dependencies
Partial, short-term solution for #1591. Still need to hook it into the
build after we centralize all dependencies.
* Check all dependencies
Cargo.toml
in[workspace.dependencies]
.The text was updated successfully, but these errors were encountered: