From cda7dba2cf2eb51395f57e17777b110788dbd798 Mon Sep 17 00:00:00 2001 From: glendc Date: Thu, 22 Jan 2026 17:46:13 +0100 Subject: [PATCH] bump rust MSRV to 1.93 musl targets improved and updated bundled version to musl 1.2.5 Read More: * https://github.com/rust-lang/rust/pull/142682 * https://blog.rust-lang.org/2026/01/22/Rust-1.93.0/ --- .github/CONTRIBUTING.md | 2 +- proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"