diff options
| author | Eric Huss <eric@huss.org> | 2018-12-17 10:23:04 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2018-12-28 17:23:01 -0800 |
| commit | 5739364784fa652a62776ef33c576151e61b4d7a (patch) | |
| tree | eb0f68e7e1c89594b9d69205d568e12370995543 /src/tools/rustc-workspace-hack | |
| parent | d9e3edb74bb52d3d60d48dc956319c68f7f2805c (diff) | |
| download | rust-5739364784fa652a62776ef33c576151e61b4d7a.tar.gz rust-5739364784fa652a62776ef33c576151e61b4d7a.zip | |
Update cargo, rls, miri
Diffstat (limited to 'src/tools/rustc-workspace-hack')
| -rw-r--r-- | src/tools/rustc-workspace-hack/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index 5acfee28fad..ca440167f9f 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -53,6 +53,7 @@ features = [ curl-sys = { version = "0.4.13", optional = true } parking_lot = { version = "0.6", features = ['nightly'] } rand = { version = "0.5.5", features = ["i128_support"] } +serde = { version = "1.0.82", features = ['derive'] } serde_json = { version = "1.0.31", features = ["raw_value"] } smallvec = { version = "0.6", features = ['union'] } |
