| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This reverts commit 2c10c76.
…rgo-ci-merge-5687 # Conflicts: # tools/ci/README.md # tools/ci/src/main.rs
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
| [dependencies] | ||
| spacetimedb = { path = "../../../crates/bindings" } | ||
| log.workspace = true | ||
| log = "0.4" |
There was a problem hiding this comment.
note for human reviewers: templates can't depend on workspace versions because they're specifically designed to be copied out of the workspace for users by the CLI. Other templates (e.g. templates/basic-rs) already do things this way.
Sorry, something went wrong.
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
# Conflicts: # Cargo.lock # Cargo.toml # tools/ci/Cargo.toml # tools/ci/README.md # tools/ci/commands/cla-assistant/src/main.rs # tools/ci/commands/cli-docs/src/main.rs # tools/ci/commands/codeowners-check/src/main.rs # tools/ci/commands/coordinate-internal-tests/src/main.rs # tools/ci/commands/docs/Cargo.toml # tools/ci/commands/docs/src/main.rs # tools/ci/commands/global-json-policy/Cargo.toml # tools/ci/commands/global-json-policy/src/main.rs # tools/ci/commands/keynote-bench/Cargo.toml # tools/ci/commands/keynote-bench/src/main.rs # tools/ci/commands/lint/Cargo.toml # tools/ci/commands/lint/src/main.rs # tools/ci/commands/publish-checks/Cargo.toml # tools/ci/commands/publish-checks/src/main.rs # tools/ci/commands/smoketests/Cargo.toml # tools/ci/commands/smoketests/src/main.rs # tools/ci/commands/test/Cargo.toml # tools/ci/commands/test/src/main.rs # tools/ci/commands/typescript-test/Cargo.toml # tools/ci/commands/typescript-test/src/main.rs # tools/ci/commands/update-flow/src/main.rs # tools/ci/commands/version-upgrade-check/Cargo.toml # tools/ci/commands/version-upgrade-check/src/main.rs # tools/ci/commands/wasm-bindings/Cargo.toml # tools/ci/commands/wasm-bindings/src/main.rs # tools/ci/src/ci_docs.rs # tools/ci/src/main.rs
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
There was a problem hiding this comment.
Why does this have to be automated?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description of Changes
Adds cargo ci dep-check, stacked on #5687, to run cargo-machete from the repository root.
The command forwards any extra arguments to cargo-machete, so manual runs can use flags like --with-metadata or pass explicit paths.
The Lints workflow installs cargo-machete with --locked and runs cargo ci dep-check after cargo ci lint.
API and ABI breaking changes
None.
Expected complexity level and risk
Testing