Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://just.systems/man/en/packages.html>

Expand Down
2 changes: 1 addition & 1 deletion proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Loading