Skip to content

Commit 74b6419

Browse files
committed
Update Cargo.lock
1 parent 10d2008 commit 74b6419

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,6 +2365,7 @@ dependencies = [
23652365
"rustc_data_structures 0.0.0",
23662366
"rustc_errors 0.0.0",
23672367
"rustc_fs_util 0.0.0",
2368+
"rustc_macros 0.1.0",
23682369
"rustc_target 0.0.0",
23692370
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
23702371
"serialize 0.0.0",
@@ -2817,6 +2818,16 @@ dependencies = [
28172818
"core 0.0.0",
28182819
]
28192820

2821+
[[package]]
2822+
name = "rustc_macros"
2823+
version = "0.1.0"
2824+
dependencies = [
2825+
"proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
2826+
"quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
2827+
"syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
2828+
"synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
2829+
]
2830+
28202831
[[package]]
28212832
name = "rustc_metadata"
28222833
version = "0.0.0"

0 commit comments

Comments
 (0)