From 0f84c916fd356cd4c897f5bf95561fd62f958cb9 Mon Sep 17 00:00:00 2001 From: nishant-sachdeva Date: Sat, 27 Apr 2024 13:47:17 +0530 Subject: [PATCH] docs: installation of the new iceberg_catalog_rest added to the docs --- website/src/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/install.md b/website/src/install.md index 38b76a972..bcda751a3 100644 --- a/website/src/install.md +++ b/website/src/install.md @@ -23,10 +23,11 @@ Cargo 1.75.0 or later is required to build. -Add `iceberg` into `Cargo.toml` dependencies: +Add `iceberg` and `iceberg-catalog-rest` into `Cargo.toml` dependencies: ```toml iceberg = "0.2.0" +iceberg-catalog-rest = "0.2.0" ``` iceberg is under active development, you may want to use the git version instead: