File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ readme = "README.md"
1717dtype = []
1818scalar = [" dtype" ]
1919array = [" dtype" , " scalar" ]
20- file = [" dtype" , " scalar" , " array" ]
20+ ipc = [" array" ]
21+ file = [" ipc" ]
2122
2223[dependencies ]
2324flatbuffers = { workspace = true }
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ pub mod scalar;
9292/// ```
9393pub mod footer;
9494
95- #[ cfg( feature = "file " ) ]
95+ #[ cfg( feature = "ipc " ) ]
9696#[ allow( clippy:: all) ]
9797#[ allow( clippy:: derive_partial_eq_without_eq) ]
9898#[ allow( clippy:: many_single_char_names) ]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ vortex-array = { workspace = true }
2222vortex-buffer = { workspace = true }
2323vortex-dtype = { workspace = true }
2424vortex-error = { workspace = true }
25- vortex-flatbuffers = { workspace = true , features = [" array " ] }
25+ vortex-flatbuffers = { workspace = true , features = [" ipc " ] }
2626vortex-io = { workspace = true }
2727
2828[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments