Add features to the workspace hack

This commit is contained in:
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer 2018-10-04 12:40:04 +02:00 committed by GitHub
parent c2c8f8a56a
commit 54c416d841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]