gitorii 0.7.11

A human-first Git client with simplified commands, snapshots, multi-platform mirrors and built-in secret scanning
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Pin the toolchain rustup downloads for this crate.
#
# Why: rustc 1.95.0 (Apr 2026) regressed in mono-item partitioning and ICEs
# while compiling the transitive crypto chain pulled in by russh's default
# `rsa` feature (rsa 0.10-rc → crypto-bigint 0.7-rc → elliptic-curve 0.14-rc).
# Symptoms: "called Option::unwrap() on a None value" inside rustc, or
# SIGSEGV mid-compile. Not a gitorii bug — tracked upstream in rust-lang/rust.
#
# 1.94.0 is the last stable known to compile this tree cleanly. This file is
# honoured by `rustup` users (including `cargo install gitorii` when run via a
# rustup-managed cargo). Users on a distro-shipped rustc see README "Known
# issues" for manual workarounds.
#
# Remove this file once the upstream rustc fix lands and we've validated
# against the newer stable.
[toolchain]
channel = "1.94.0"