Skip to content

Commit

Permalink
Add newlines between external and local crate dependency groups
Browse files Browse the repository at this point in the history
Co-authored-by: Remoun Metyas <[email protected]>
  • Loading branch information
nick-mobilecoin and remoun committed Jul 20, 2022
1 parent 725fc73 commit 9c7b897
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions trusted/trts/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ mc-sgx-core-sys-types = { path = "../../../core/sys/types" }
[build-dependencies]
bindgen = "0.60.1"
cargo-emit = "0.2.1"

mc-sgx-core-build = { path = "../../../core/build" }
1 change: 1 addition & 0 deletions untrusted/test_enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ cc = "1.0.73"
bindgen = "0.60.1"
rsa = "0.6.1"
rand = "0.8.5"

mc-sgx-core-build = { path = "../../core/build" }
1 change: 1 addition & 0 deletions untrusted/urts/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mc-sgx-core-sys-types = { path = "../../../core/sys/types" }
[build-dependencies]
bindgen = "0.60.1"
cargo-emit = "0.2.1"

mc-sgx-core-build = { path = "../../../core/build" }

[dev-dependencies]
Expand Down
3 changes: 2 additions & 1 deletion untrusted/urts/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ test_enclave = { path = "../../../test_enclave" }
[build-dependencies]
bindgen = "0.60.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../../../core/build" }

mc-sgx-core-build = { path = "../../../../core/build" }

0 comments on commit 9c7b897

Please sign in to comment.