We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9045e5e commit 7694749Copy full SHA for 7694749
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.35.2
4
+
5
+- Use range dependencies for `bitcoincore-rpc` and `bitcoin_hashes`
6
7
## Release 0.35.1
8
9
- Bump MSRV to 1.56.1
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitcoind"
-version = "0.35.1"
+version = "0.35.2"
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
description = "Utility to run a regtest bitcoind process, useful in integration testing environment"
license = "MIT"
0 commit comments