Skip to content

Commit

Permalink
Add features to the workspace hack
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Oct 4, 2018
1 parent c2c8f8a commit 54c416d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/tools/rustc-workspace-hack/Cargo.toml
Expand Up @@ -50,4 +50,8 @@ features = [

[dependencies.serde_json]
version = "1.0.31"
features = ["raw_value"]
features = ["raw_value"]

[dependencies.rand]
version = "0.5.5"
features = ["i128_support"]

0 comments on commit 54c416d

Please sign in to comment.