Skip to content

Commit a41806f

Browse files
authored
update to 0.6.0 (#97)
Change-Id: I71dd595130e8ed4103cfc06897392074ada41075
1 parent 1a7968d commit a41806f

File tree

10 files changed

+136683
-118458
lines changed

10 files changed

+136683
-118458
lines changed

.github/workflows/rust.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Download duckdb
3939
with:
4040
repository: "duckdb/duckdb"
41-
tag: "v0.5.1"
41+
tag: "v0.6.0"
4242
fileName: ${{ matrix.duckdb }}
4343
out-file-path: .
4444

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duckdb"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
description = "Ergonomic wrapper for DuckDB"
@@ -69,7 +69,7 @@ tempdir = "0.3.7"
6969

7070
[dependencies.libduckdb-sys]
7171
path = "libduckdb-sys"
72-
version = "0.5.1"
72+
version = "0.6.0"
7373

7474
[package.metadata.docs.rs]
7575
features = []

libduckdb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libduckdb-sys"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

0 commit comments

Comments
 (0)