Skip to content

Commit c669185

Browse files
authored
Merge pull request #120 from LFDT-Lockness/update-hd-wallets
Update deps, improve tests
2 parents afb4804 + 35bce89 commit c669185

21 files changed

+1171
-1142
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
cache-on-failure: "true"
104104
- name: Check docs
105-
run: RUSTDOCFLAGS="--cfg docsrs -D warnings" cargo +nightly doc --workspace --all-features --no-deps
105+
run: RUSTDOCFLAGS="-D warnings" cargo doc --workspace --all-features --no-deps
106106

107107
bench:
108108
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)