We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c304a commit 2846081Copy full SHA for 2846081
Cargo.toml
@@ -28,7 +28,7 @@ debug = "line-tables-only"
28
[workspace.dependencies]
29
delta_kernel = { version = "0.13.0", features = [
30
"arrow-55",
31
- "default-engine",
+ "default-engine-rustls",
32
"internal-api",
33
]}
34
python/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "deltalake-python"
3
-version = "1.1.1"
+version = "1.1.2"
4
authors = [
5
"Qingping Hou <dave2008713@gmail.com>",
6
"Will Jones <willjones127@gmail.com>",
0 commit comments