Skip to content

Commit

Permalink
remove accidental dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daltoncoder committed Jun 30, 2023
1 parent 66b398d commit c57b1db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2171,7 +2171,6 @@ dependencies = [
"narwhal-worker",
"prometheus",
"rand 0.8.5",
"rayon",
"resolve-path",
"serde",
"sui-protocol-config",
Expand Down
1 change: 0 additions & 1 deletion core/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ tokio.workspace = true

rand = "0.8.5"
resolve-path = "0.1.0"
rayon = "1.7.0"

# Narwhal b06ada015694890d7c46347b13fbc3e9a763513c
narwhal-config = { git = "https://github.com/MystenLabs/sui.git", rev = "b06ada015694890d7c46347b13fbc3e9a763513c", package = "narwhal-config" }
Expand Down

0 comments on commit c57b1db

Please sign in to comment.