Skip to content

Commit 6423a8a

Browse files
committed
electrsd: Fix typo in manifest
Requires release to push the changes to crates.io Fix the typo, bump the version number, and add a changelog entry.
1 parent 1862ae6 commit 6423a8a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

electrsd/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.38.1 - 2026-05-01
2+
3+
- Fix typo in manifest `documentation` field.
4+
- Fix stale documented way to depend on this crate.
5+
16
# 0.38.0 - 2026-04-20
27

38
- Update to latest `bitcoind v0.38.0`, optional `bitreq v0.3.5`, and

electrsd/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "electrsd"
3-
version = "0.38.0"
3+
version = "0.38.1"
44
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
55
description = "Utility to run a regtest electrs process, useful in integration testing environment"
66
repository = "https://github.com/rust-bitcoin/corepc"
7-
documentation = "https://docs.rs/elecrtsd/"
7+
documentation = "https://docs.rs/electrsd/"
88
license = "MIT"
99
edition = "2021"
1010
rust-version = "1.75.0"

0 commit comments

Comments
 (0)