Skip to content

Commit c526f94

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 49ffe90 commit c526f94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)