-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update duckdb-rs to DuckDB v1.0.0 (#336)
* Update Rust to v1.0.0 * Remove define again * Update crates/libduckdb-sys/build.rs Co-authored-by: Murali S <[email protected]> * Update build.rs * Remove patch again * Disable Windows for now --------- Co-authored-by: Murali S <[email protected]>
- Loading branch information
1 parent
88dd455
commit 15ead11
Showing
9 changed files
with
16 additions
and
3,122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "0.10.2" | ||
version = "1.0.0" | ||
authors = ["wangfenjin <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/wangfenjin/duckdb-rs" | ||
|
@@ -19,8 +19,8 @@ license = "MIT" | |
categories = ["database"] | ||
|
||
[workspace.dependencies] | ||
duckdb = { version = "0.10.2", path = "crates/duckdb" } | ||
libduckdb-sys = { version = "0.10.2", path = "crates/libduckdb-sys" } | ||
duckdb = { version = "1.0.0", path = "crates/duckdb" } | ||
libduckdb-sys = { version = "1.0.0", path = "crates/libduckdb-sys" } | ||
duckdb-loadable-macros = { version = "0.1.1", path = "crates/duckdb-loadable-macros" } | ||
autocfg = "1.0" | ||
bindgen = { version = "0.69", default-features = false } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
3,107 changes: 1 addition & 3,106 deletions
3,107
crates/libduckdb-sys/src/bindgen_bundled_version.rs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters