- fix some nits and punctuation typos.
- recommend usage of `rustup override set` instead of `rustup default` command.
Co-authored-by: Steve Myers <github@notmandatory.org>
[`bdk_chain`]: https://docs.rs/bdk-chain/
## Minimum Supported Rust Version (MSRV)
-The BDK library maintains a MSRV of 1.63.0. This includes the following crates
+The BDK library maintains a MSRV of 1.63.0. This includes the following crates:
- `bdk_core`
- `bdk_chain`
The MSRV of `bdk_electrum` is 1.75.0.
-To build with the MSRV of 1.63.0 you will need to pin dependencies by running the [`pin-msrv.sh`](./ci/pin-msrv.sh) script
+To build with the MSRV of 1.63.0 you will need to pin dependencies by running the [`pin-msrv.sh`](./ci/pin-msrv.sh) script.
## License
# To pin deps, switch toolchain to MSRV and execute the below updates
# cargo clean
-# rustup default 1.63.0
+# rustup override set 1.63.0
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
cargo update -p time --precise "0.3.20"