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 8ae11ac commit 0fe686aCopy full SHA for 0fe686a
1 file changed
Cargo.toml
@@ -89,7 +89,7 @@ tokio = { version = "1.19", features = ["rt-multi-thread", "net", "macros", "tim
89
rustls-pki-types = { version = "1.10" }
90
rusqlite = { version = "0.36.0", features = ["column_decltype"] }
91
## for duckdb example
92
-duckdb = { version = "1", features = ["bundled"] }
+duckdb = { version = "1"}
93
94
## for loading custom cert files
95
rustls-pemfile = "2.0"
0 commit comments