about summary refs log tree commit diff
path: root/src/tools/rustc-workspace-hack
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-01-14 09:47:04 -0800
committerEric Huss <eric@huss.org>2020-01-14 09:47:04 -0800
commit6da85d6f998f06bde43508e7b43690c9e47c0614 (patch)
treee8fe2586630014e6de1f792f7974689198a983f8 /src/tools/rustc-workspace-hack
parentcb6122db3fa22031c48ca6b332fc856b8d098027 (diff)
downloadrust-6da85d6f998f06bde43508e7b43690c9e47c0614.tar.gz
rust-6da85d6f998f06bde43508e7b43690c9e47c0614.zip
Update cargo, rls
Diffstat (limited to 'src/tools/rustc-workspace-hack')
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index fced6c52012..936e8ae895a 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -65,7 +65,7 @@ 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'] }
 url = { version = "2.0", features = ['serde'] }
-syn = { version = "0.15", features = ['full'] }
+syn = { version = "0.15", features = ['full', 'extra-traits'] }
 
 [target.'cfg(not(windows))'.dependencies]
 openssl = { version = "0.10.12", optional = true }