mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-29 23:29:27 -07:00
project: cleanup root
This commit is contained in:
3
scripts/release.sh
Executable file
3
scripts/release.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cargo release --workspace -x patch --no-verify
|
||||
7
scripts/update.sh
Executable file
7
scripts/update.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cargo clean
|
||||
rustup update
|
||||
cargo upgrade --incompatible
|
||||
cargo update
|
||||
cargo build --package brk -r
|
||||
Reference in New Issue
Block a user