We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9cc96 commit cb3803bCopy full SHA for cb3803b
src/query/functions-v2/Cargo.toml
@@ -30,15 +30,15 @@ num-traits = "0.2.15"
30
# TODO(andylokandy): Use the version from crates.io once
31
# https://github.com/reem/rust-ordered-float/pull/110 is released.
32
common-jsonb = { path = "../../common/jsonb" }
33
+once_cell = "1.12.0"
34
ordered-float = { git = "https://github.com/andylokandy/rust-ordered-float.git", branch = "as", features = [
35
"serde",
36
"rand",
37
] }
38
rand = { version = "0.8.5", features = ["small_rng"] }
-strength_reduce = "0.2.3"
39
-once_cell = "1.12.0"
40
serde = { version = "1.0.137", features = ["derive"] }
41
serde_json = "1.0"
+strength_reduce = "0.2.3"
42
43
[dev-dependencies]
44
comfy-table = "6"
0 commit comments