mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cargo clean
|
|
rustup update
|
|
cargo upgrade --incompatible
|
|
cargo update
|
|
cargo build --all-targets
|