From 54c416d84175e033ea884082acbf5b639418022e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20S=CC=B6c=CC=B6h=CC=B6n=CC=B6e=CC=B6i=CC=B6d=CC=B6?= =?UTF-8?q?e=CC=B6r=20Scherer?= Date: Thu, 4 Oct 2018 12:40:04 +0200 Subject: [PATCH] Add features to the workspace hack --- src/tools/rustc-workspace-hack/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index e8e812e70faa..77ffe41d7f67 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -50,4 +50,8 @@ features = [ [dependencies.serde_json] version = "1.0.31" -features = ["raw_value"] \ No newline at end of file +features = ["raw_value"] + +[dependencies.rand] +version = "0.5.5" +features = ["i128_support"]