Skip to content

Commit 67ff29e

Browse files
committed
Sync dagrs-derive to 0.4.0
Signed-off-by: Quanyi Ma <[email protected]>
1 parent c9c15a8 commit 67ff29e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dagrs-derive/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
22
name = "dagrs-derive"
3-
version = "0.1.0"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
88
syn = { version = "2.0", features = ["full"] }
99
quote = "1.0"
10-
proc-macro2= "1.0"
10+
proc-macro2 = "1.0"
1111

1212
[lib]
1313
proc-macro = true
1414

1515
[features]
1616
default = ["derive"]
17-
derive = []
17+
derive = []

0 commit comments

Comments
 (0)