Skip to content

Commit 96af2c6

Browse files
chore: bump duckdb from 0.7.1 to 0.8.0
Bumps [duckdb](https://github.com/wangfenjin/duckdb-rs) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/wangfenjin/duckdb-rs/releases) - [Commits](duckdb/duckdb-rs@v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 967adb9 commit 96af2c6

File tree

2 files changed

+57
-37
lines changed

2 files changed

+57
-37
lines changed

Cargo.lock

Lines changed: 56 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prql-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tokio-util = {version = "0.7", features = ["compat"]}
6060
# Re-enable on windows when duckdb supports it
6161
# https://github.com/wangfenjin/duckdb-rs/issues/62
6262
[target.'cfg(not(any(target_family = "windows", target_family="wasm")))'.dev-dependencies]
63-
duckdb = {version = "0.7.0", features = ["bundled", "chrono"]}
63+
duckdb = {version = "0.8.0", features = ["bundled", "chrono"]}
6464

6565
[[bench]]
6666
harness = false

0 commit comments

Comments
 (0)