Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 31, 2023
1 parent fdffa45 commit 80c26a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions crates/biome_lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ tower-lsp = { version = "0.19.0" }
tracing = { workspace = true, features = ["attributes"] }

[dev-dependencies]
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }
tower = { version = "0.4.12", features = ["timeout"] }
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }
tower = { version = "0.4.12", features = ["timeout"] }

[lints]
workspace = true
12 changes: 6 additions & 6 deletions xtask/libs_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ version = "0.0.0"
regex = { version = "1.6.0" }

[dev-dependencies]
criterion = "0.4.0"
fastbloom-rs = "0.3.0"
fst = "0.4.7"
iai = "0.1.1"
memchr = "2.5.0"
qp-trie = "0.8.0"
criterion = "0.4.0"
fastbloom-rs = "0.3.0"
fst = "0.4.7"
iai = "0.1.1"
memchr = "2.5.0"
qp-trie = "0.8.0"

[[bench]]
harness = false
Expand Down

0 comments on commit 80c26a1

Please sign in to comment.