Skip to content

Commit

Permalink
Follow conventions for Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
safeforge authored and calibra-opensource committed Jun 24, 2019
1 parent 5f89337 commit 5c7998a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build_helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ edition = "2018"
protoc-grpcio = "0.3.1"
walkdir = "2.2.0"

grpcio-client = {path = "../grpcio-client"}
grpcio-client = { path = "../grpcio-client" }
4 changes: 2 additions & 2 deletions mempool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ failure = { path = "../common/failure_ext", package = "failure_ext" }
grpc_helpers = { path = "../common/grpc_helpers" }
logger = { path = "../common/logger" }
metrics = { path = "../common/metrics" }
network = {path = "../network"}
network = { path = "../network" }
proto_conv = { path = "../common/proto_conv" }
storage_client = { path = "../storage/storage_client" }
types = { path = "../types" }
vm_validator = {path = "../vm_validator"}
vm_validator = { path = "../vm_validator" }

[dev-dependencies]
rand = "0.6.5"
Expand Down

0 comments on commit 5c7998a

Please sign in to comment.