Skip to content

Commit

Permalink
crates: move fallible to crates directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored and bors-libra committed Dec 3, 2021
1 parent 484f645 commit 908404d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ members = [
"common/crash-handler",
"common/debug-interface",
"common/diemdoc",
"common/fallible",
"common/id-generator",
"common/infallible",
"common/logger",
Expand Down Expand Up @@ -43,6 +42,7 @@ members = [
"crates/diem-json-rpc-client",
"crates/diem-rest-client",
"crates/diem-workspace-hack",
"crates/fallible",
"crates/proxy",
"crates/swiss-knife",
"crates/transaction-emitter",
Expand Down
2 changes: 1 addition & 1 deletion config/management/operational/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ diem-secure-storage = { path = "../../../secure/storage" }
diem-types = { path = "../../../types" }
diem-workspace-hack = { path = "../../../crates/diem-workspace-hack" }
diem-temppath = { path = "../../../common/temppath" }
fallible = { path = "../../../common/fallible" }
fallible = { path = "../../../crates/fallible" }
netcore = { path = "../../../network/netcore" }
network = { path = "../../../network" }
diem-transaction-builder = { path = "../../../sdk/transaction-builder" }
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ event-notifications = { path = "../state-sync/inter-component/event-notification
execution-correctness = { path = "../execution/execution-correctness" }
executor = { path = "../execution/executor" }
executor-types = { path = "../execution/executor-types" }
fallible = { path = "../common/fallible" }
fallible = { path = "../crates/fallible" }
bcs = "0.1.2"
diem-config = { path = "../config" }
diem-crypto = { path = "../crates/diem-crypto" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 908404d

Please sign in to comment.