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
6 lines
140 B
TOML
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"
|