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"
|