Skip to content

Commit 222d69c

Browse files
David Tolnaymeta-codesync[bot]
authored andcommitted
Update lancedb from 0.31.0 to 0.33.0
Summary: Release notes: https://github.com/lancedb/lancedb/releases/tag/v0.33.0 Differential Revision: D114929539 fbshipit-source-id: 8ece4a860f58c26b67819687aab0401c52169350
1 parent bffaefe commit 222d69c

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@ bindgen-cli = { git = "https://github.com/jsgf/rust-bindgen", rev = "4d385d21c16
2424
c2pa = { git = "https://github.com/peekmoar/c2pa-rs", rev = "bc2e763f3333eb7aaa1f169b045c9bbf60b146f7" }
2525
cxx = { git = "https://github.com/facebookexperimental/cxx.git", rev = "b835645da52253df462725516fbd460ef000d496" }
2626
cxx-build = { git = "https://github.com/facebookexperimental/cxx.git", rev = "b835645da52253df462725516fbd460ef000d496" }
27-
fsst = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
27+
fsst = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
2828
gimli = { git = "https://github.com/gimli-rs/gimli.git", rev = "ebad63b48e960270b8d8d0dec74f5b2e54cad13f" }
2929
imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }
3030
imgui-sys = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }
3131
k = { git = "https://github.com/prnthp-meta/k", rev = "f06b504c563a4763dbf2d47366b868f67d5c9dd2" }
32-
lance = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
33-
lance-arrow = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
34-
lance-arrow-scalar = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
35-
lance-arrow-stats = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
36-
lance-bitpacking = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
37-
lance-core = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
38-
lance-datafusion = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
39-
lance-datagen = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
40-
lance-encoding = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
41-
lance-file = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
42-
lance-index = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
43-
lance-io = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
44-
lance-linalg = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
45-
lance-namespace = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
46-
lance-namespace-impls = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
47-
lance-select = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
48-
lance-table = { git = "https://github.com/fbsource/lance", rev = "441670326ad8a3d943431e16b7066d728c698a34" }
32+
lance = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
33+
lance-arrow = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
34+
lance-arrow-scalar = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
35+
lance-arrow-stats = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
36+
lance-bitpacking = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
37+
lance-core = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
38+
lance-datafusion = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
39+
lance-datagen = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
40+
lance-encoding = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
41+
lance-file = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
42+
lance-index = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
43+
lance-io = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
44+
lance-linalg = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
45+
lance-namespace = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
46+
lance-namespace-impls = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
47+
lance-select = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
48+
lance-table = { git = "https://github.com/fbsource/lance", rev = "fd53b045523b9760b94eaf8364ccea3f9fa77f93" }
4949
libcras = { git = "https://github.com/google/crosvm", rev = "299c1e7c3d5a1b98106212c20f58b9fdb7b1b1ea" }
5050
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
5151
minijail = { git = "https://chromium.googlesource.com/chromiumos/platform/minijail", rev = "fc020fd4672b3340ee706e192d043e12df8c8578" }

0 commit comments

Comments
 (0)