mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-02 11:13:39 -07:00
client: fix minreq feat + publish: add full workspace check
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ color-eyre = "0.6.5"
|
|||||||
derive_more = { version = "2.1.1", features = ["deref", "deref_mut"] }
|
derive_more = { version = "2.1.1", features = ["deref", "deref_mut"] }
|
||||||
fjall = "3.0.1"
|
fjall = "3.0.1"
|
||||||
jiff = { version = "0.2.18", features = ["perf-inline", "tz-system"], default-features = false }
|
jiff = { version = "0.2.18", features = ["perf-inline", "tz-system"], default-features = false }
|
||||||
minreq = { version = "2.14.1", features = ["https", "serde_json"] }
|
minreq = { version = "2.14.1", features = ["https", "json-using-serde"] }
|
||||||
parking_lot = "0.12.5"
|
parking_lot = "0.12.5"
|
||||||
rayon = "1.11.0"
|
rayon = "1.11.0"
|
||||||
rustc-hash = "2.1.1"
|
rustc-hash = "2.1.1"
|
||||||
|
|||||||
+2944
-653
File diff suppressed because it is too large
Load Diff
@@ -121,6 +121,10 @@ echo "=== Rust release ==="
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
cd "$ROOT_DIR"
|
cd "$ROOT_DIR"
|
||||||
|
|
||||||
|
# Verify all
|
||||||
|
cargo publish --workspace --dry-run --allow-dirty
|
||||||
|
|
||||||
# Version bump, commit, and tag (but don't publish yet)
|
# Version bump, commit, and tag (but don't publish yet)
|
||||||
cargo release "$RELEASE_ARG" --execute --no-publish
|
cargo release "$RELEASE_ARG" --execute --no-publish
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user