Skip to content

Commit

Permalink
Client&server traits from sub-crate (R)
Browse files Browse the repository at this point in the history
Summary:
This diff is part of the codemod for https://fb.workplace.com/groups/rust.language/posts/25780668961555042.

Generated using the code in P1191436630 and the procedure from D54430332.

Reviewed By: zertosh

Differential Revision: D54468057

fbshipit-source-id: 0d1065af1ccb3eafd7ce76e6863fbf4a89f3d0e6
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Mar 4, 2024
1 parent d188bd5 commit 9271c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions below/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ common = { package = "below-common", version = "0.7.1", path = "common" }
config = { package = "below-config", version = "0.7.1", path = "config" }
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }
dump = { package = "below-dump", version = "0.7.1", path = "dump" }
fb303_core_services = { version = "0.0.0", git = "https://github.com/facebook/fb303.git", branch = "main" }
indicatif = { version = "0.17.6", features = ["improved_unicode", "rayon", "tokio"] }
libbpf-rs = { version = "0.22", git = "https://github.com/libbpf/libbpf-rs.git", rev = "56dca575089ab2144f51b7949a9ee4c9fc226a47", default-features = false }
libc = "0.2.139"
Expand Down

0 comments on commit 9271c20

Please sign in to comment.