diff options
| author | Eric Huss <eric@huss.org> | 2020-01-14 09:47:04 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2020-01-14 09:47:04 -0800 |
| commit | 6da85d6f998f06bde43508e7b43690c9e47c0614 (patch) | |
| tree | e8fe2586630014e6de1f792f7974689198a983f8 /src/tools/rustc-workspace-hack | |
| parent | cb6122db3fa22031c48ca6b332fc856b8d098027 (diff) | |
| download | rust-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.toml | 2 |
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 } |
