Skip to content

Commit 54c416d

Browse files
authored
Add features to the workspace hack
1 parent c2c8f8a commit 54c416d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tools/rustc-workspace-hack/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,8 @@ features = [
5050

5151
[dependencies.serde_json]
5252
version = "1.0.31"
53-
features = ["raw_value"]
53+
features = ["raw_value"]
54+
55+
[dependencies.rand]
56+
version = "0.5.5"
57+
features = ["i128_support"]

0 commit comments

Comments
 (0)