Skip to content

Commit 0f0c6a6

Browse files
committed
feat: include duckdb-rs as a submodule
1 parent 75aac49 commit 0f0c6a6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "extension-ci-tools"]
55
path = duckdb-vortex/extension-ci-tools
66
url = https://github.com/duckdb/extension-ci-tools
7+
[submodule "duckdb-vortex/duckdb-rs"]
8+
path = duckdb-vortex/duckdb-rs
9+
url = https://github.com/spiraldb/duckdb-rs

Cargo.lock

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ members = [
2626
"vortex-tui",
2727
"xtask",
2828
]
29-
exclude = ["wasm-test"]
29+
exclude = ["wasm-test", "duckdb-vortex/duckdb-rs"]
3030
resolver = "2"
3131

3232
[workspace.package]
@@ -81,7 +81,7 @@ datafusion-expr = { version = "46" }
8181
datafusion-physical-expr = { version = "46" }
8282
datafusion-physical-plan = { version = "46" }
8383
divan = { package = "codspeed-divan-compat", version = "2.8.0" }
84-
duckdb = "1.2.0"
84+
duckdb = { path = "duckdb-vortex/duckdb-rs/crates/duckdb" }
8585
dyn-hash = "0.2.0"
8686
enum-iterator = "2.0.0"
8787
exponential-decay-histogram = "=0.1.13"

duckdb-vortex/duckdb-rs

Submodule duckdb-rs added at b268869

0 commit comments

Comments
 (0)