Skip to content

Commit

Permalink
upgrade to 0.7.1 (#126)
Browse files Browse the repository at this point in the history
Change-Id: I372946be872b0f81f946f370d23229695833f0a1
  • Loading branch information
wangfenjin authored Feb 28, 2023
1 parent d6a5ea5 commit 74cd7f0
Show file tree
Hide file tree
Showing 6 changed files with 19,822 additions and 19,207 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.7.0"
tag: "v0.7.1"
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.7.0"
version = "0.7.1"
authors = ["wangfenjin <[email protected]>"]
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.7.0"
version = "0.7.1"

[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.7.0"
version = "0.7.1"
authors = ["wangfenjin <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
Loading

0 comments on commit 74cd7f0

Please sign in to comment.