build: add mise Rust configuration
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
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
This commit is contained in:
parent
0595b39532
commit
afec7063db
1 changed files with 6 additions and 0 deletions
6
mise.toml
Normal file
6
mise.toml
Normal file
|
|
@ -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"
|
||||
Loading…
Reference in a new issue