We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315abb8 commit 3e251fbCopy full SHA for 3e251fb
1 file changed
vortex-io/Cargo.toml
@@ -26,6 +26,7 @@ getrandom_v03 = { workspace = true } # Needed to pickup the "wasm_js" feature fo
26
glob = { workspace = true }
27
handle = "1.0.2"
28
kanal = { workspace = true }
29
+log = { workspace = true }
30
object_store = { workspace = true, optional = true, features = ["fs"] }
31
oneshot = { workspace = true }
32
parking_lot = { workspace = true }
@@ -38,7 +39,6 @@ tokio = { workspace = true, features = [
38
39
tracing = { workspace = true }
40
vortex-array = { workspace = true }
41
vortex-buffer = { workspace = true }
-log = { workspace = true }
42
vortex-error = { workspace = true }
43
vortex-metrics = { workspace = true }
44
vortex-session = { workspace = true }
0 commit comments