Skip to content

Commit 13288e5

Browse files
committed
Update dagrs-derive version and README.md
Signed-off-by: Quanyi Ma <[email protected]>
1 parent 67ff29e commit 13288e5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tokio = { version = "1.28", features = ["rt", "sync", "rt-multi-thread"] }
2929
log = "0.4"
3030
env_logger = "0.10.1"
3131
async-trait = "0.1.83"
32-
dagrs-derive = { path = "dagrs-derive", optional = true }
32+
dagrs-derive = { path = "dagrs-derive", optional = true, version = "0.4.0" }
3333
proc-macro2 = "1.0"
3434
futures = "0.3.31"
3535

@@ -58,4 +58,4 @@ name = "compute_dag"
5858
name = "custom_node"
5959

6060
[[example]]
61-
name = "hello_dagrs"
61+
name = "hello_dagrs"

dagrs-derive/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[package]
22
name = "dagrs-derive"
3+
authors = [
4+
"Quanyi Ma <[email protected]>",
5+
"Xiaolong Fu <[email protected]>",
6+
"Zhilei Qiu <[email protected]>",
7+
]
38
version = "0.4.0"
49
edition = "2021"
510
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)