From acae6522fb7694ae37a549cfffd0f282a23ded03 Mon Sep 17 00:00:00 2001 From: Ryan Green Date: Wed, 26 Feb 2025 09:52:48 -0330 Subject: [PATCH] workaround "edition2024" issue --- python/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/Cargo.toml b/python/Cargo.toml index 4cc2263a..e27d1b9e 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -19,6 +19,7 @@ lancedb = { path = "../rust/lancedb" } env_logger = "0.10" pyo3 = { version = "0.20", features = ["extension-module", "abi3-py38"] } pyo3-asyncio = { version = "0.20", features = ["attributes", "tokio-runtime"] } +base64ct = "=1.6.0" # workaround for https://github.com/RustCrypto/formats/issues/1684 # Prevent dynamic linking of lzma, which comes from datafusion lzma-sys = { version = "*", features = ["static"] }