diff options
| author | Bastien Orivel <eijebong@bananium.fr> | 2018-12-08 15:11:47 +0100 |
|---|---|---|
| committer | Bastien Orivel <eijebong@bananium.fr> | 2018-12-08 15:11:47 +0100 |
| commit | 5c4534a6d0003a0619ce68a0d3d1b67450cb1a25 (patch) | |
| tree | 6f5e9667a2f778b830efcb36c7ce7bad72fed353 /src/tools/rustc-workspace-hack | |
| parent | 9772d02774534aa4ccd0b328364403d5b6cda1d0 (diff) | |
Reduce the numbers of syn versions compiled from 4 to 2
The last remaining one comes from mdbook. Unfortunately updating it breaks everything
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 f2b08f8e0bb..82c262ed565 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" # Currently Cargo/RLS depend on `failure` which depends on `synstructure` which # enables this feature. Clippy, however, does not depend on anything that # enables this feature. Enable it unconditionally. -syn = { version = "0.14", features = ['extra-traits'] } +syn = { version = "0.15", features = ['extra-traits'] } [target.'cfg(windows)'.dependencies.winapi] version = "0.3" |
