Skip to content

Commit

Permalink
crates: move diem-bitvec to crates directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored and bors-libra committed Dec 2, 2021
1 parent 0655876 commit f4ee79b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ resolver = "2"
members = [
"api",
"api/types",
"common/bitvec",
"common/bounded-executor",
"common/channel",
"common/channel/many-keys-stress-test",
Expand Down Expand Up @@ -37,6 +36,7 @@ members = [
"consensus/consensus-types",
"consensus/safety-rules",
"crates/diem-assets-proof",
"crates/diem-bitvec",
"crates/diem-client",
"crates/diem-crypto",
"crates/diem-crypto-derive",
Expand Down
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 @@ -32,7 +32,7 @@ tokio-retry = "0.3.0"
tokio-stream = "0.1.4"
tokio-util = { version = "0.6.4", features = ["compat", "codec"] }

bitvec = { path = "../common/bitvec", package = "diem-bitvec" }
bitvec = { path = "../crates/diem-bitvec", package = "diem-bitvec" }
channel = { path = "../common/channel" }
bcs = "0.1.2"
diem-config = { path = "../config" }
Expand Down

0 comments on commit f4ee79b

Please sign in to comment.