mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-02 23:56:24 +08:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user