You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,16 @@ cargo test --features test-electrum
170
170
The other options are `test-esplora` or `test-rpc`.
171
171
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.
172
172
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.
0 commit comments