]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/rustc-workspace-hack/Cargo.toml
Rollup merge of #75818 - ollie27:doc_systemtime_windows, r=retep998
[rust.git] / src / tools / rustc-workspace-hack / Cargo.toml
index 1b1f4447966549905b6e6f159f50f4fc4ca0fba1..351e2d4481c0fafc2c98e08f476afa2cd6caef9b 100644 (file)
@@ -69,8 +69,7 @@ serde = { version = "1.0.82", features = ['derive'] }
 serde_json = { version = "1.0.31", features = ["raw_value"] }
 smallvec-0_6 = { package = "smallvec", version = "0.6", features = ['union', 'may_dangle'] }
 smallvec = { version = "1.0", features = ['union', 'may_dangle'] }
-syn = { version = "0.15", features = ['full', 'extra-traits'] }
-syn-1 = { package = "syn", version = "1", features = ['fold', 'full', 'extra-traits', 'visit'] }
+syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit'] }
 url = { version = "2.0", features = ['serde'] }
 
 [target.'cfg(not(windows))'.dependencies]