Skip to content

Commit a2fd591

Browse files
committed
v0.5.0
1 parent 5744f78 commit a2fd591

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cano"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
homepage = "https://github.com/nassor/cano"
55
edition = "2024"
66
description = "Simple & Fast Async Workflows in Rust - Build data processing pipelines with Tasks and Nodes"

README.md

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

3131
```toml
3232
[dependencies]
33-
cano = "0.4"
33+
cano = "0.5"
3434
async-trait = "0.1"
3535
tokio = { version = "1", features = ["full"] }
3636
```

0 commit comments

Comments
 (0)