Skip to content

Commit

Permalink
[Operational Tool] Fix build error.
Browse files Browse the repository at this point in the history
Closes: #10076
  • Loading branch information
JoshLind authored and bors-libra committed Dec 21, 2021
1 parent e80a475 commit 5572eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/management/operational/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokio-util = { version = "0.6.4", features = ["compat"] }
toml = { version = "0.5.8", default-features = false }

bcs = "0.1.2"
diem-client = { path = "../../../crates/diem-client", features = ["blocking"], default-features = false }
diem-client = { path = "../../../crates/diem-client", features = ["blocking"] }
diem-config = { path = "../.."}
diem-crypto = { path = "../../../crates/diem-crypto" }
diem-global-constants = { path = "../../global-constants" }
Expand Down

0 comments on commit 5572eae

Please sign in to comment.