Skip to content

Commit

Permalink
fix docs issue + version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antonilol committed Nov 5, 2023
1 parent 171518a commit 42a6b2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoincore-zmq"
version = "1.3.0"
version = "1.3.1"
edition = "2021"
license = "MIT"
description = "Bitcoin Core ZMQ subscriber with minimal dependencies"
Expand Down Expand Up @@ -34,3 +34,7 @@ name = "subscribe_receiver_pool"

[[example]]
name = "subscribe_receiver"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ TODO:
- raw messages
- zmq publisher
- include source in message
- fix docs for async/stream functions
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

mod error;
mod message;
mod sequence_message;
Expand Down

0 comments on commit 42a6b2e

Please sign in to comment.