We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo-autoinheri
1 parent a18cb34 commit cd7e41dCopy full SHA for cd7e41d
Cargo.toml
@@ -35,3 +35,7 @@ tracing = "0.1"
35
tracing-error = { version = "0.2", default-features = false }
36
tracing-subscriber = "0.3.18"
37
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
@@ -12,7 +12,7 @@ proc-macro = true
12
13
[dependencies]
14
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"
+proc-macro2 = { workspace = true }
+quote = { workspace = true }
+syn = { workspace = true }
+thiserror-impl = { workspace = true }
0 commit comments