Skip to content

Commit 7d3af1d

Browse files
committed
cargo
1 parent aedb76b commit 7d3af1d

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bus"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2024"
55
readme = "README.md"
66
license = "MIT"
@@ -9,7 +9,7 @@ repository = "https://github.com/bordunosp/bus"
99
description = "bus — Lightweight CQRS Library for Rust"
1010

1111
[dependencies]
12-
bus_macros = { path = "./bus_macros", version = "0.1.0" }
12+
bus_macros = "1.0.0"
1313
async-trait = "0.1"
1414
tokio = { version = "1.46", features = ["rt", "macros"] }
1515
dashmap = "7.0.0-rc2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Add `bus` to your `Cargo.toml`:
9292

9393
```toml
9494
[dependencies]
95-
bus = { git = "https://github.com/bordunosp/bus" }
95+
bus = { package = "bus", version = "" }
9696
ctor = "0.4" # Required for automatic handler & pipeline registration
9797
```
9898

0 commit comments

Comments
 (0)