geth/mise.toml
Eric Wendland afec7063db
Some checks failed
CI / fmt, clippy, docs (push) Failing after 7s
CI / iroh integration smoke tests (push) Failing after 5s
CodeQL / Analyze Rust (push) Failing after 4s
CI / test (ubuntu-latest) (push) Failing after 5s
Security / RustSec cargo-audit (push) Failing after 5s
CI / test (macos-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
build: add mise Rust configuration
2026-07-18 03:54:36 +02:00

6 lines
140 B
TOML

[tools]
rust = "1.91.1"
[tasks.build-release]
description = "Build the geth release binary"
run = "cargo build --locked --release -p geth"