File tree Expand file tree Collapse file tree 4 files changed +309
-259
lines changed Expand file tree Collapse file tree 4 files changed +309
-259
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,12 @@ lto = true
99
1010[source.crates-io]
1111registry = 'sparse+https://index.crates.io/'
12- replace-with = 'local-registry '
12+ replace-with = 'vendored-sources '
1313
1414[source."git+https://github.com/azat-rust/tuikit.git?rev=e1994c0e03ff02c49cf1471f0cc3cbf185ce0104"]
1515git = "https://github.com/azat-rust/tuikit.git"
1616rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104"
1717replace-with = "vendored-sources"
1818
19- [source.local-registry]
20- local-registry = "@RUST_VENDOR_DIR@"
21-
2219[source.vendored-sources]
2320directory = "@RUST_VENDOR_DIR@"
Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ endif()
2424# * default-engine: Needed for its s3 client (we can't pass our own s3 client via ffi)
2525# * delta_kernel/cloud: s3 client
2626clickhouse_import_crate(
27- MANIFEST_PATH "${DELTA_KERNEL_RS_SOURCE_DIR} /ffi/Cargo.toml"
28- FEATURES "default-engine, delta_kernel/cloud" )
27+ MANIFEST_PATH "${DELTA_KERNEL_RS_SOURCE_DIR} /ffi/Cargo.toml"
28+ FEATURES "default-engine, delta_kernel/cloud"
29+ LOCKED
30+ )
2931clickhouse_config_crate_flags(delta_kernel_ffi)
3032
3133# We use our own OpenSSL headers and libs
You can’t perform that action at this time.
0 commit comments