]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_macros/Cargo.toml
strip synstructure consts from compiler docs
[rust.git] / src / librustc_macros / Cargo.toml
index 2fe51a22fb4845463e49754264e764309949e278..f989ebc6dfd8e0210c707e4523b7a550f176b64f 100644 (file)
@@ -8,7 +8,8 @@ edition = "2018"
 proc-macro = true
 
 [dependencies]
-synstructure = "0.10.1"
+synstructure = "0.10.2"
 syn = { version = "0.15.22", features = ["full"] }
 proc-macro2 = "0.4.24"
 quote = "0.6.10"
+itertools = "0.8"