Skip to content

Commit f192794

Browse files
author
Alex
committed
docs: update version
1 parent 7cde26a commit f192794

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

website/src/install.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ Cargo 1.75.0 or later is required to build.
2626
Add `iceberg` and `iceberg-catalog-rest` into `Cargo.toml` dependencies:
2727

2828
```toml
29-
iceberg = "0.2.0"
30-
iceberg-catalog-rest = "0.2.0"
29+
iceberg = "0.6.0"
30+
iceberg-catalog-rest = "0.6.0"
31+
```
32+
33+
using `cargo add`:
34+
35+
```bash
36+
$ cargo add iceberg iceberg-catalog-rest
3137
```
3238

3339
iceberg is under active development, you may want to use the git version instead:

0 commit comments

Comments
 (0)