Skip to content

Commit 5519eb8

Browse files
committed
Add supported core versions to README
1 parent 6d4f26d commit 5519eb8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ fn main() {
3636

3737
See `client/examples/` for more usage examples.
3838

39+
# Supported Bitcoin Core Versions
40+
The following versions are officially supported and automatically tested:
41+
* 0.18.0
42+
* 0.18.1
43+
* 0.19.0.1
44+
* 0.19.1
45+
* 0.20.0
46+
* 0.20.1
3947

4048
# Minimum Supported Rust Version (MSRV)
4149
This library should always compile with any combination of features on **Rust 1.29**.

0 commit comments

Comments
 (0)