summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Chen <brianc118@meta.com>2024-03-06 14:36:27 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2024-03-06 14:36:27 -0800
commit71a671441054d4b2513a14460de227c42ad65fb9 (patch)
tree7c655c6ad70c44bf72c80fddbad248ea575448a0
parent8e3960582423c2cf162ad505dad1a99af5b749c1 (diff)
Fix open source build
Reviewed By: boyuni Differential Revision: D54599673 fbshipit-source-id: c439c381e084b2ae3ce310c7a33ce098eefa8f63
-rw-r--r--below/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/below/Cargo.toml b/below/Cargo.toml
index 6ec0bb2f..f364d470 100644
--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -28,7 +28,6 @@ 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"