Skip to content

Commit 3b23d3c

Browse files
authored
Fix cargo shear in CI (#21609)
Tested using `cargo build` and `cargo build --release`.
1 parent 3f48753 commit 3b23d3c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

crates/ruff_benchmark/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ divan = { workspace = true, optional = true }
5959
anyhow = { workspace = true }
6060
codspeed-criterion-compat = { workspace = true, default-features = false, optional = true }
6161
criterion = { workspace = true, default-features = false, optional = true }
62-
rayon = { workspace = true }
63-
rustc-hash = { workspace = true }
6462
serde = { workspace = true }
6563
serde_json = { workspace = true }
6664
tracing = { workspace = true }
@@ -88,3 +86,7 @@ mimalloc = { workspace = true }
8886

8987
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64", target_arch = "riscv64")))'.dev-dependencies]
9088
tikv-jemallocator = { workspace = true }
89+
90+
[dev-dependencies]
91+
rustc-hash = { workspace = true }
92+
rayon = { workspace = true }

crates/ty_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ salsa = { workspace = true }
3434
serde = { workspace = true }
3535
serde_json = { workspace = true }
3636
shellexpand = { workspace = true }
37-
smallvec = { workspace=true }
3837
thiserror = { workspace = true }
3938
tracing = { workspace = true }
4039
tracing-subscriber = { workspace = true, features = ["chrono"] }
@@ -44,6 +43,7 @@ dunce = { workspace = true }
4443
insta = { workspace = true, features = ["filters", "json"] }
4544
regex = { workspace = true }
4645
tempfile = { workspace = true }
46+
smallvec = { workspace=true }
4747

4848
[target.'cfg(target_vendor = "apple")'.dependencies]
4949
libc = { workspace = true }

0 commit comments

Comments
 (0)