This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 35dac589 docs: installation of the new `iceberg_catalog_rest` added to 
the docs (#355)
35dac589 is described below

commit 35dac589e48af018ae72b56e820a32b676764b18
Author: Nishant Sachdeva <[email protected]>
AuthorDate: Sat Oct 12 11:24:10 2024 +0530

    docs: installation of the new `iceberg_catalog_rest` added to the docs 
(#355)
---
 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 38b76a97..bcda751a 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.
 </div>
 
-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:

Reply via email to