Skip to content

Commit

Permalink
Drop unused protobuf dep in brfs. (#16819)
Browse files Browse the repository at this point in the history
[ci skip-rust]
[ci skip-build-wheels]
  • Loading branch information
stuhood authored Sep 10, 2022
1 parent 482af24 commit b9d941d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions src/rust/engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/rust/engine/fs/brfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ hashing = { path = "../../hashing" }
libc = "0.2.126"
log = "0.4.17"
parking_lot = "0.12"
protobuf = { version = "2.27.1", features = ["with-bytes"] }
store = { path = "../store" }
task_executor = { path = "../../task_executor" }
time = "0.3"
Expand Down

0 comments on commit b9d941d

Please sign in to comment.