Skip to content

Commit 29c130f

Browse files
Make ruff the default binary (#9558)
## Summary This makes `cargo run` equivalent to `cargo run -p ruff` which is almost always what you want.
1 parent 8118d29 commit 29c130f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ruff/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ documentation = { workspace = true }
1010
repository = { workspace = true }
1111
license = { workspace = true }
1212
readme = "../../README.md"
13+
default-run = "ruff"
1314

1415
[dependencies]
1516
ruff_cache = { path = "../ruff_cache" }

0 commit comments

Comments
 (0)