Skip to content

Commit

Permalink
fix dependency ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Apr 27, 2022
1 parent 763408e commit 119d8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ cargo-emit = "0.2.1"

[dev-dependencies]
mc-crypto-x509-test-vectors = { path = "../crypto/x509/test-vectors" }
mc-test-vectors-b58-encodings = { path = "../test-vectors/b58-encodings" }
mc-fog-report-validation-test-utils = { path = "../fog/report/validation/test-utils" }
mc-test-vectors-b58-encodings = { path = "../test-vectors/b58-encodings" }
mc-transaction-std = { path = "../transaction/std", features = ["test-only"] }
mc-util-from-random = { path = "../util/from-random" }
mc-util-test-helper = { path = "../util/test-helper" }
Expand Down

0 comments on commit 119d8bd

Please sign in to comment.