Skip to content

Commit 2846081

Browse files
committed
fix: ensure openssl-sys doesn't creep into the dependency via the kernel default engine
Signed-off-by: R. Tyler Croy <[email protected]>
1 parent c8c304a commit 2846081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ debug = "line-tables-only"
2828
[workspace.dependencies]
2929
delta_kernel = { version = "0.13.0", features = [
3030
"arrow-55",
31-
"default-engine",
31+
"default-engine-rustls",
3232
"internal-api",
3333
]}
3434

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltalake-python"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
authors = [
55
"Qingping Hou <[email protected]>",
66
"Will Jones <[email protected]>",

0 commit comments

Comments
 (0)