Skip to content

Commit

Permalink
Update dagrs-derive version and README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Quanyi Ma <[email protected]>
  • Loading branch information
genedna committed Dec 24, 2024
1 parent 67ff29e commit 13288e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tokio = { version = "1.28", features = ["rt", "sync", "rt-multi-thread"] }
log = "0.4"
env_logger = "0.10.1"
async-trait = "0.1.83"
dagrs-derive = { path = "dagrs-derive", optional = true }
dagrs-derive = { path = "dagrs-derive", optional = true, version = "0.4.0" }
proc-macro2 = "1.0"
futures = "0.3.31"

Expand Down Expand Up @@ -58,4 +58,4 @@ name = "compute_dag"
name = "custom_node"

[[example]]
name = "hello_dagrs"
name = "hello_dagrs"
5 changes: 5 additions & 0 deletions dagrs-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[package]
name = "dagrs-derive"
authors = [
"Quanyi Ma <[email protected]>",
"Xiaolong Fu <[email protected]>",
"Zhilei Qiu <[email protected]>",
]
version = "0.4.0"
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 13288e5

Please sign in to comment.