Skip to content

Commit cb3803b

Browse files
committed
chore(query): fix style
1 parent 5e9cc96 commit cb3803b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/query/functions-v2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ num-traits = "0.2.15"
3030
# TODO(andylokandy): Use the version from crates.io once
3131
# https://github.com/reem/rust-ordered-float/pull/110 is released.
3232
common-jsonb = { path = "../../common/jsonb" }
33+
once_cell = "1.12.0"
3334
ordered-float = { git = "https://github.com/andylokandy/rust-ordered-float.git", branch = "as", features = [
3435
"serde",
3536
"rand",
3637
] }
3738
rand = { version = "0.8.5", features = ["small_rng"] }
38-
strength_reduce = "0.2.3"
39-
once_cell = "1.12.0"
4039
serde = { version = "1.0.137", features = ["derive"] }
4140
serde_json = "1.0"
41+
strength_reduce = "0.2.3"
4242

4343
[dev-dependencies]
4444
comfy-table = "6"

0 commit comments

Comments
 (0)