build: add mise Rust configuration
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

This commit is contained in:
Eric Wendland 2026-07-18 03:54:36 +02:00
commit afec7063db

6
mise.toml Normal file
View file

@ -0,0 +1,6 @@
[tools]
rust = "1.91.1"
[tasks.build-release]
description = "Build the geth release binary"
run = "cargo build --locked --release -p geth"