about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer <github35764891676564198441@oli-obk.de>2018-10-04 12:40:04 +0200
committerGitHub <noreply@github.com>2018-10-04 12:40:04 +0200
commit54c416d84175e033ea884082acbf5b639418022e (patch)
tree20d034de4e74028be9fae8bcc6b40ef44e32691a
parentc2c8f8a56a564e635e000d83aeffb92a2a5675e0 (diff)
downloadrust-54c416d84175e033ea884082acbf5b639418022e.tar.gz
rust-54c416d84175e033ea884082acbf5b639418022e.zip
Add features to the workspace hack
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index e8e812e70fa..77ffe41d7f6 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"]