@@ -24,7 +24,7 @@ members = [
24
24
resolver = " 2"
25
25
26
26
[workspace .package ]
27
- version = " 0.21.1 "
27
+ version = " 0.22.0 "
28
28
homepage = " https://github.com/spiraldb/vortex"
29
29
repository = " https://github.com/spiraldb/vortex"
30
30
authors = [
" Vortex Authors <[email protected] >" ]
@@ -130,31 +130,31 @@ uuid = "1.8.0"
130
130
wasm-bindgen-futures = " 0.4"
131
131
132
132
# BEGIN crates published by this project
133
- vortex = { version = " 0.21.1 " , path = " ./vortex" }
134
- vortex-alp = { version = " 0.21.1 " , path = " ./encodings/alp" }
135
- vortex-array = { version = " 0.21.1 " , path = " ./vortex-array" }
136
- vortex-buffer = { version = " 0.21.1 " , path = " ./vortex-buffer" }
137
- vortex-bytebool = { version = " 0.21.1 " , path = " ./encodings/bytebool" }
138
- vortex-datafusion = { version = " 0.21.1 " , path = " ./vortex-datafusion" }
139
- vortex-datetime-dtype = { version = " 0.21.1 " , path = " ./vortex-datetime-dtype" }
140
- vortex-datetime-parts = { version = " 0.21.1 " , path = " ./encodings/datetime-parts" }
141
- vortex-dict = { version = " 0.21.1 " , path = " ./encodings/dict" }
142
- vortex-dtype = { version = " 0.21.1 " , path = " ./vortex-dtype" , default-features = false }
143
- vortex-error = { version = " 0.21.1 " , path = " ./vortex-error" }
144
- vortex-expr = { version = " 0.21.1 " , path = " ./vortex-expr" }
145
- vortex-fastlanes = { version = " 0.21.1 " , path = " ./encodings/fastlanes" }
146
- vortex-file = { version = " 0.21.1 " , path = " ./vortex-file" , default-features = false }
147
- vortex-flatbuffers = { version = " 0.21.1 " , path = " ./vortex-flatbuffers" }
148
- vortex-fsst = { version = " 0.21.1 " , path = " ./encodings/fsst" }
149
- vortex-io = { version = " 0.21.1 " , path = " ./vortex-io" }
150
- vortex-ipc = { version = " 0.21.1 " , path = " ./vortex-ipc" }
151
- vortex-proto = { version = " 0.21.1 " , path = " ./vortex-proto" }
152
- vortex-roaring = { version = " 0.21.1 " , path = " ./encodings/roaring" }
153
- vortex-runend = { version = " 0.21.1 " , path = " ./encodings/runend" }
154
- vortex-runend-bool = { version = " 0.21.1 " , path = " ./encodings/runend-bool" }
155
- vortex-scalar = { version = " 0.21.1 " , path = " ./vortex-scalar" , default-features = false }
156
- vortex-sampling-compressor = { version = " 0.21.1 " , path = " ./vortex-sampling-compressor" }
157
- vortex-zigzag = { version = " 0.21.1 " , path = " ./encodings/zigzag" }
133
+ vortex = { version = " 0.22.0 " , path = " ./vortex" }
134
+ vortex-alp = { version = " 0.22.0 " , path = " ./encodings/alp" }
135
+ vortex-array = { version = " 0.22.0 " , path = " ./vortex-array" }
136
+ vortex-buffer = { version = " 0.22.0 " , path = " ./vortex-buffer" }
137
+ vortex-bytebool = { version = " 0.22.0 " , path = " ./encodings/bytebool" }
138
+ vortex-datafusion = { version = " 0.22.0 " , path = " ./vortex-datafusion" }
139
+ vortex-datetime-dtype = { version = " 0.22.0 " , path = " ./vortex-datetime-dtype" }
140
+ vortex-datetime-parts = { version = " 0.22.0 " , path = " ./encodings/datetime-parts" }
141
+ vortex-dict = { version = " 0.22.0 " , path = " ./encodings/dict" }
142
+ vortex-dtype = { version = " 0.22.0 " , path = " ./vortex-dtype" , default-features = false }
143
+ vortex-error = { version = " 0.22.0 " , path = " ./vortex-error" }
144
+ vortex-expr = { version = " 0.22.0 " , path = " ./vortex-expr" }
145
+ vortex-fastlanes = { version = " 0.22.0 " , path = " ./encodings/fastlanes" }
146
+ vortex-file = { version = " 0.22.0 " , path = " ./vortex-file" , default-features = false }
147
+ vortex-flatbuffers = { version = " 0.22.0 " , path = " ./vortex-flatbuffers" }
148
+ vortex-fsst = { version = " 0.22.0 " , path = " ./encodings/fsst" }
149
+ vortex-io = { version = " 0.22.0 " , path = " ./vortex-io" }
150
+ vortex-ipc = { version = " 0.22.0 " , path = " ./vortex-ipc" }
151
+ vortex-proto = { version = " 0.22.0 " , path = " ./vortex-proto" }
152
+ vortex-roaring = { version = " 0.22.0 " , path = " ./encodings/roaring" }
153
+ vortex-runend = { version = " 0.22.0 " , path = " ./encodings/runend" }
154
+ vortex-runend-bool = { version = " 0.22.0 " , path = " ./encodings/runend-bool" }
155
+ vortex-scalar = { version = " 0.22.0 " , path = " ./vortex-scalar" , default-features = false }
156
+ vortex-sampling-compressor = { version = " 0.22.0 " , path = " ./vortex-sampling-compressor" }
157
+ vortex-zigzag = { version = " 0.22.0 " , path = " ./encodings/zigzag" }
158
158
# END crates published by this project
159
159
160
160
worker = " 0.5.0"
0 commit comments