diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 333e3636..8f508514 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -7,7 +7,7 @@ Thank you for your interest in contributing to SafeChain Ultimate! This guide wi Before you begin, ensure you have the following installed: - **Go**: Version 1.25 or higher. You can download it from [golang.org](https://golang.org/). -- **Rust**: Version 1.91 or higher. You can install it using [rustup](https://rustup.rs/). +- **Rust**: Version 1.93 or higher. You can install it using [rustup](https://rustup.rs/). - **Make**: Typically pre-installed on Unix-like systems, used for building. - **Just**: You can install it via a package manager of choice: diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index dd379ae7..464d39bd 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -4,7 +4,7 @@ description = "MITM SafeChain HTTP(S)/SOCKS5 Proxy for Developer Security" version = "0.1.0" edition = "2024" publish = false -rust-version = "1.91" +rust-version = "1.93" readme = "../docs/proxy.md" resolver = "3"