Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit ecb51ef

Browse files
authored
Merge pull request #110 from 191220029/v0.5.0
v0.5.0
2 parents 02096e4 + 5586902 commit ecb51ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"Xiaolong Fu <njufxl@gmail.com>",
66
"Zhilei Qiu <qzl2503687@gmail.com>",
77
]
8-
version = "0.4.4"
8+
version = "0.5.0"
99
edition = "2021"
1010
license = "MIT OR Apache-2.0"
1111
description = "Dagrs follows the concept of Flow-based Programming and is suitable for the execution of multiple tasks with graph-like dependencies. Dagrs has the characteristics of high performance and asynchronous execution. It provides users with a convenient programming interface."

examples/dagrs-sklearn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
dagrs = {path = "../../", version = "0.4.2"}
7+
dagrs = {path = "../../"}
88
thiserror = "2"
99
yaml-rust = "0.4"
1010
log = "0.4.22"

0 commit comments

Comments
 (0)