geth/mise.toml

6 lines
140 B
TOML
Raw Normal View History

2026-07-18 03:54:36 +02:00
[tools]
rust = "1.91.1"
[tasks.build-release]
description = "Build the geth release binary"
run = "cargo build --locked --release -p geth"