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"