We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6535c commit 74fce0fCopy full SHA for 74fce0f
README.md
@@ -91,6 +91,13 @@ You can adjust this behavior in a number of ways:
91
as we are still in development, we will update it regularly. After we are more stable,
92
we will use the stable released version from [duckdb](https://github.com/duckdb/duckdb/releases).
93
This is probably the simplest solution to any build problems. You can enable this by adding the following in your `Cargo.toml` file:
94
+
95
+ ```bash
96
+ cargo add duckdb --features bundled
97
+ ```
98
99
+ `Cargo.toml` will be updated.
100
101
```toml
102
[dependencies]
103
# Assume that version DuckDB version 0.9.2 is used.
0 commit comments