rickub/ci-benchpublic Fork 0
35efc9cc863d18db697b419bf6386089ead68a6d
Commits
Clone
git clone https://git.rickub.com/rickub/ci-bench.git
git clone ssh://git@rickub.com/rickub/ci-bench.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

rust-toolchain.toml · 5 lines · 201 BTOML Blame HistoryRaw
ci-bench: cross-platform CI race scaffold (rickub CI vs GitHub Actions) 0baf736 Olivier Girardot yesterday1# Pin the toolchain: identical rustc on every platform is part of the pinned
2# workload. 1.85.0 is the minimum for clap_builder 4.6.x (edition 2024).
3[toolchain]
4channel = "1.85.0"
5profile = "minimal"