Daily common/rust/cargo_from_buck/bin/autocargo

Reviewed By: krallin

Differential Revision: D31138501

fbshipit-source-id: e085989cf5bc2dfd8b45ef72a94c5c2648ab73be
This commit is contained in:
CodemodService Bot 2021-09-23 01:37:23 -07:00 committed by Facebook GitHub Bot
parent 01e4eba467
commit 5b5e81c77a
3 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,7 @@ live_commit_sync_config = { version = "0.1.0", path = "../commit_rewriting/live_
manifest = { version = "0.1.0", path = "../manifest" }
maplit = "1.0"
megarepo_api = { version = "0.1.0", path = "../megarepo_api" }
megarepo_error = { version = "0.1.0", path = "../megarepo_api/megarepo_error" }
mercurial_bundle_replay_data = { version = "0.1.0", path = "../mercurial/bundle_replay_data" }
mercurial_derived_data = { version = "0.1.0", path = "../derived_data/mercurial_derived_data" }
mercurial_types = { version = "0.1.0", path = "../mercurial/types" }
@ -85,6 +86,7 @@ skeleton_manifest = { version = "0.1.0", path = "../derived_data/skeleton_manife
skiplist = { version = "0.1.0", path = "../reachabilityindex/skiplist" }
slog = { version = "2.5", features = ["max_level_trace", "nested-values"] }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
source_control = { version = "0.1.0", path = "../scs/if" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
synced_commit_mapping = { version = "0.1.0", path = "../commit_rewriting/synced_commit_mapping" }
thiserror = "1.0.29"

View File

@ -16,6 +16,7 @@ cacheblob = { version = "0.1.0", path = "../cacheblob" }
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
chaosblob = { version = "0.1.0", path = "../chaosblob" }
clap = "2.33"
delayblob = { version = "0.1.0", path = "../delayblob" }
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fileblob = { version = "0.1.0", path = "../fileblob" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }

View File

@ -37,6 +37,7 @@ mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
observability = { version = "0.1.0", path = "../observability" }
once_cell = "1.4"
panichandler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
rand_distr = "0.2"
rendezvous = { version = "0.1.0", path = "../common/rendezvous" }
repo_factory = { version = "0.1.0", path = "../repo_factory" }
repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" }