From fe76711bb3352ed7a4b87fc3536454cf9041402f Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Tue, 14 Jul 2026 21:36:46 +0200 Subject: [PATCH] docs: bump stated Rust MSRV from 1.88 to 1.90 Cargo.toml sets rust-version = "1.90" (rust-toolchain.toml pins 1.95.0), so building with the previously documented 1.88 fails Cargo's MSRV check. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a88eabcf..82de225df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,7 +125,7 @@ echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc Project requirements: -- Rust 1.88+ +- Rust 1.90+ - Python 3.11+ - Docker (running) - Z3 solver library (for the policy prover crate)