Skip to content

Commit

Permalink
Sync dagrs-derive to 0.4.0
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 c9c15a8 commit 67ff29e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dagrs-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "dagrs-derive"
version = "0.1.0"
version = "0.4.0"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2= "1.0"
proc-macro2 = "1.0"

[lib]
proc-macro = true

[features]
default = ["derive"]
derive = []
derive = []

0 comments on commit 67ff29e

Please sign in to comment.