Skip to content

Commit

Permalink
Upgrade DuckDB to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipleblanc committed Jun 4, 2024
1 parent 6640ff2 commit 56b613a
Show file tree
Hide file tree
Showing 7 changed files with 624 additions and 230 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.10.1"
tag: "v1.0.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.10.2"
version = "1.0.0"
authors = ["wangfenjin <[email protected]>"]
edition = "2021"
description = "Ergonomic wrapper for DuckDB"
Expand Down Expand Up @@ -82,7 +82,7 @@ pretty_assertions = "1.4.0"

[dependencies.libduckdb-sys]
path = "libduckdb-sys"
version = "0.10.2"
version = "1.0.0"


[package.metadata.docs.rs]
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.10.2"
version = "1.0.0"
authors = ["wangfenjin <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion libduckdb-sys/duckdb-sources
Submodule duckdb-sources updated 1492 files
Binary file modified libduckdb-sys/duckdb.tar.gz
Binary file not shown.
Loading

0 comments on commit 56b613a

Please sign in to comment.