From afec7063db5864cce79ecaa7e8e0eee8632d1a3f Mon Sep 17 00:00:00 2001 From: Eric Wendland Date: Sat, 18 Jul 2026 03:54:36 +0200 Subject: [PATCH] build: add mise Rust configuration --- mise.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mise.toml diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..3a79d6b --- /dev/null +++ b/mise.toml @@ -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"