Skip to content

Commit ef1e19e

Browse files
committed
Add MSRV policy statement to README
1 parent dbf2156 commit ef1e19e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,16 @@ cargo test --features test-electrum
170170
The other options are `test-esplora` or `test-rpc`.
171171
Note that `electrs` and `bitcoind` binaries are automatically downloaded (on mac and linux), to specify you already have installed binaries you must use `--no-default-features` and provide `BITCOIND_EXE` and `ELECTRS_EXE` as environment variables.
172172

173+
## Supported Rust Versions
174+
175+
The BDK MSRV (minimum supported rust version) will be as low as possible to support required
176+
dependencies and no higher than the [rustc](https://tracker.debian.org/pkg/rustc) version packaged
177+
with the Debian ["testing"] release, and if possible the ["stable"] release. We will only increase
178+
the BDK MSRV with a new MINOR release, never a PATCH release.
179+
180+
["testing"]: https://www.debian.org/releases/testing/
181+
["stable"]: https://www.debian.org/releases/stable/
182+
173183
## License
174184

175185
Licensed under either of

0 commit comments

Comments
 (0)