Skip to content

Commit

Permalink
update to 0.6.0 (#97)
Browse files Browse the repository at this point in the history
Change-Id: I71dd595130e8ed4103cfc06897392074ada41075
  • Loading branch information
wangfenjin authored Nov 14, 2022
1 parent 1a7968d commit a41806f
Show file tree
Hide file tree
Showing 10 changed files with 136,683 additions and 118,458 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Download duckdb
with:
repository: "duckdb/duckdb"
tag: "v0.5.1"
tag: "v0.6.0"
fileName: ${{ matrix.duckdb }}
out-file-path: .

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duckdb"
version = "0.5.1"
version = "0.6.0"
authors = ["wangfenjin <wangfenj@gmail.com>"]
edition = "2021"
description = "Ergonomic wrapper for DuckDB"
Expand Down Expand Up @@ -69,7 +69,7 @@ tempdir = "0.3.7"

[dependencies.libduckdb-sys]
path = "libduckdb-sys"
version = "0.5.1"
version = "0.6.0"

[package.metadata.docs.rs]
features = []
Expand Down
2 changes: 1 addition & 1 deletion libduckdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libduckdb-sys"
version = "0.5.1"
version = "0.6.0"
authors = ["wangfenjin <wangfenj@gmail.com>"]
edition = "2021"
build = "build.rs"
Expand Down
Loading

0 comments on commit a41806f

Please sign in to comment.