mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-22 21:09:58 +00:00
chore(deps): update crunchy to 0.2.4 (#2581)
Hi, I'm try to build goose (rely on lancedb) for android/termux. Found out some depsendencies need to update. https://github.com/block/goose/pull/3890 0.2.4 update - nmathewson Fix cross-compilation between windows and non-windows. https://github.com/shawn111/lancedb/actions/runs/16871317860 windows and linux build passed https://github.com/shawn111/lancedb/actions/runs/16871859398 Signed-off-by: Shawn Wang <shawn111@gmail.com>
This commit is contained in:
@@ -57,12 +57,11 @@ rand = "0.9"
|
||||
regex = "1.10"
|
||||
lazy_static = "1"
|
||||
semver = "1.0.25"
|
||||
crunchy = "0.2.4"
|
||||
# Temporary pins to work around downstream issues
|
||||
# https://github.com/apache/arrow-rs/commit/2fddf85afcd20110ce783ed5b4cdeb82293da30b
|
||||
chrono = "=0.4.41"
|
||||
# https://github.com/RustCrypto/formats/issues/1684
|
||||
base64ct = "=1.6.0"
|
||||
# Workaround for: https://github.com/eira-fransham/crunchy/issues/13
|
||||
crunchy = "=0.2.2"
|
||||
# Workaround for: https://github.com/Lokathor/bytemuck/issues/306
|
||||
bytemuck_derive = ">=1.8.1, <1.9.0"
|
||||
|
||||
Reference in New Issue
Block a user