Merge rust-bitcoin/rust-bitcoin#1992: Update docs and format test file
02890d3fba
Use spaces instead of tabs (yancy)a640f0f034
Refer to the location where the deps are pinned (yancy) Pull request description: A rollup of two simple commits. 1) add a line to point developers to the CI test where the deps are tested and 2) replace tabs with spaces (spaces are used everywhere else) in `contrib/test.sh`. ACKs for top commit: apoelstra: ACK02890d3fba
tcharding: ACK02890d3fba
Tree-SHA512: 29b02e6d91a169429fe931a97ff7f86ac99016c6356f85d887a84141b3eec57527f85a43aeb3905a4acc73730e33a505c265b6a22ffbca1b102b63adf8599e4f
This commit is contained in:
commit
29af523beb
|
@ -82,6 +82,8 @@ cargo update -p proc-macro2 --precise 1.0.63
|
||||||
cargo update -p serde_test --precise 1.0.175
|
cargo update -p serde_test --precise 1.0.175
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The above commands are sourced from `./contrib/test.sh`.
|
||||||
|
|
||||||
## External dependencies
|
## External dependencies
|
||||||
|
|
||||||
We integrate with a few external libraries, most notably `serde`. These
|
We integrate with a few external libraries, most notably `serde`. These
|
||||||
|
|
Loading…
Reference in New Issue