Skip to content

Commit

Permalink
crates: move num-variant 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 ddf148d commit 672450b
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 @@ -6,7 +6,6 @@ members = [
"api/types",
"common/logger",
"common/logger/derive",
"common/num-variants",
"common/proptest-helpers",
"config",
"config/generate-key",
Expand Down Expand Up @@ -42,6 +41,7 @@ members = [
"crates/diem-time-service",
"crates/diem-workspace-hack",
"crates/fallible",
"crates/num-variants",
"crates/proxy",
"crates/short-hex-str",
"crates/swiss-knife",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ diem-types = { path = "../types" }
diem-workspace-hack = { path = "../crates/diem-workspace-hack" }
memsocket = { path = "./memsocket", optional = true }
netcore = { path = "./netcore" }
num-variants = { path = "../common/num-variants" }
num-variants = { path = "../crates/num-variants" }
short-hex-str = { path = "../crates/short-hex-str" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion storage/diemdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ diem-types = { path = "../../types" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
move-core-types = {path = "../../language/move-core/types"}

num-variants = { path = "../../common/num-variants" }
num-variants = { path = "../../crates/num-variants" }
schemadb = { path = "../schemadb" }
storage-interface = { path = "../storage-interface" }

Expand Down

0 comments on commit 672450b

Please sign in to comment.