Skip to content

Commit 8e50096

Browse files
committed
Update DuckDB version in Cargo.toml snippet
[skip ci]
1 parent 43897c4 commit 8e50096

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ You can adjust this behavior in a number of ways:
142142

143143
```toml
144144
[dependencies]
145-
# Assume that version DuckDB version 0.9.2 is used.
146-
duckdb = { version = "0.9.2", features = ["bundled"] }
145+
duckdb = { version = "1.3.2", features = ["bundled"] }
147146
```
148147

149148
2. When linking against a DuckDB library already on the system (so _not_ using any of the `bundled` features), you can set the `DUCKDB_LIB_DIR` environment variable to point to a directory containing the library. You can also set the `DUCKDB_INCLUDE_DIR` variable to point to the directory containing `duckdb.h`.

0 commit comments

Comments
 (0)