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

fokko 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 645f9dd  Docs: Add required Cargo version to install guide (#191)
645f9dd is described below

commit 645f9ddb4e7110c8565559c139e21d00c822abca
Author: Manu Zhang <[email protected]>
AuthorDate: Wed Feb 7 20:38:40 2024 +0800

    Docs: Add required Cargo version to install guide (#191)
---
 website/src/install.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/website/src/install.md b/website/src/install.md
index 3a96cb5..38b76a9 100644
--- a/website/src/install.md
+++ b/website/src/install.md
@@ -19,6 +19,10 @@
 
 # Install
 
+<div class="warning">
+Cargo 1.75.0 or later is required to build.
+</div>
+
 Add `iceberg` into `Cargo.toml` dependencies:
 
 ```toml

Reply via email to