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 ca60455 commit edc7b03Copy full SHA for edc7b03
Cargo.toml
@@ -87,7 +87,7 @@ _bundled = ["duckdb/bundled", "rusqlite/bundled"]
87
[dev-dependencies]
88
tokio = { version = "1.19", features = ["rt-multi-thread", "net", "macros", "time"]}
89
rustls-pki-types = { version = "1.10" }
90
-rusqlite = { version = "0.36.0", features = ["column_decltype"] }
+rusqlite = { version = "0.37.0", features = ["column_decltype"] }
91
## for duckdb example
92
duckdb = { version = "1.0.0" }
93
arrow-pg = "0.*"
0 commit comments