Skip to content

Commit 293e359

Browse files
committed
feat: v0.7.6
1 parent 49ac136 commit 293e359

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "hyperlane-broadcast"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["[email protected]"]
77
license = "MIT"
88
description = """hyperlane-broadcast is a lightweight and ergonomic wrapper over Tokio’s broadcast channel designed for easy-to-use publish-subscribe messaging in async Rust applications. It simplifies the native Tokio broadcast API by providing a straightforward interface for broadcasting messages to multiple subscribers with minimal boilerplate."""
99
keywords = ["time", "hyperlane", "broadcast", "tokio", "hyperlane"]
10-
repository = "https://github.com/crates-dev/hyperlane-broadcast.git"
10+
repository = "https://github.com/hyperlane-dev/hyperlane-broadcast.git"
1111
categories = ["network-programming", "web-programming"]
1212
exclude = [
1313
"target",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![](https://img.shields.io/crates/v/hyperlane-broadcast.svg)](https://crates.io/crates/hyperlane-broadcast)
66
[![](https://img.shields.io/crates/d/hyperlane-broadcast.svg)](https://img.shields.io/crates/d/hyperlane-broadcast.svg)
77
[![](https://docs.rs/hyperlane-broadcast/badge.svg)](https://docs.rs/hyperlane-broadcast)
8-
[![](https://github.com/crates-dev/hyperlane-broadcast/workflows/Rust/badge.svg)](https://github.com/crates-dev/hyperlane-broadcast/actions?query=workflow:Rust)
8+
[![](https://github.com/hyperlane-dev/hyperlane-broadcast/workflows/Rust/badge.svg)](https://github.com/hyperlane-dev/hyperlane-broadcast/actions?query=workflow:Rust)
99
[![](https://img.shields.io/crates/l/hyperlane_broadcast.svg)](./LICENSE)
1010

1111
</center>

0 commit comments

Comments
 (0)