docs: update minimum Rust version to 1.92 in README (fixes #2898) (#2931)

Cargo.toml already enforces rust-version = "1.92" via the workspace
manifest, but README.md still advertised "Rust 1.85+". Users running
rustc 1.85 or 1.91 get a confusing build failure from wasmtime's MSRV
requirement. Align the documented prerequisite with the enforced one.

Fixes #2898

Co-authored-by: octo-patch <octo-patch@github.com>
This commit is contained in:
Octopus
2026-04-24 18:36:21 +08:00
committed by GitHub
parent eb75a62a97
commit c721bbc26c

View File

@@ -84,7 +84,7 @@ IronClaw is the AI assistant you can actually trust with your personal and profe
### Prerequisites
- Rust 1.85+
- Rust 1.92+
- PostgreSQL 15+ with [pgvector](https://github.com/pgvector/pgvector) extension
- NEAR AI account (authentication handled via setup wizard)