Skip to content

Commit cd7e41d

Browse files
committed
use cargo-autoinheri
1 parent a18cb34 commit cd7e41d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ tracing = "0.1"
3535
tracing-error = { version = "0.2", default-features = false }
3636
tracing-subscriber = "0.3.18"
3737
trybuild = "1.0.93"
38+
proc-macro2 = "1.0.74"
39+
quote = "1.0.35"
40+
syn = "2.0.46"
41+
thiserror-impl = "1.0.61"

bigerror_derive/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ proc-macro = true
1212

1313
[dependencies]
1414
thiserror.workspace = true
15-
proc-macro2 = "1.0.74"
16-
quote = "1.0.35"
17-
syn = "2.0.46"
18-
thiserror-impl = "1.0.61"
15+
proc-macro2 = { workspace = true }
16+
quote = { workspace = true }
17+
syn = { workspace = true }
18+
thiserror-impl = { workspace = true }

0 commit comments

Comments
 (0)