Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
E
Erik Kundt
chore: Move to local release builds
CI — 1 passed, 1 failed
z6Mkucmv...fJax failure z6Mki2ag...Tyuy success
5 months ago 954d7bfbea16015cb047f2e8c8b7d0531fec8142 History
radicle-tui build radicle-build rust-version
#! /usr/bin/env bash
set -euo pipefail

if ! version=$(grep -m 1 -oP '^\s*channel\s*=\s*"?\K([\d\.]+)' rust-toolchain.toml)
then
  echo "fatal: no rust version found via rust-toolchain.toml" >&2
  exit 1
else
  echo "$version"
fi