Skip to content

Commit

Permalink
Run autocargo
Browse files Browse the repository at this point in the history
Summary:
Out-of-sync because of D49823397 and some recent codemods. Can't pin
point the exact blame right now. Got other things to do.

overriding_review_checks_triggers_an_audit_and_retroactive_review
Oncall Short Name: rust_foundation

Differential Revision: D49827056

fbshipit-source-id: 38d3949ee0c14e7c5388ee66efbda3940d7e0b52
  • Loading branch information
zertosh authored and facebook-github-bot committed Oct 2, 2023
1 parent d6d1a9b commit 81c3cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions eden/mononoke/aliasverify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ mononoke_app = { version = "0.1.0", path = "../cmdlib/mononoke_app" }
mononoke_repos = { version = "0.1.0", path = "../mononoke_repos" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
mutable_counters = { version = "0.1.0", path = "../mutable_counters" }
once_cell = "1.12"
repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" }
repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" }
sharding_ext = { version = "0.1.0", path = "../cmdlib/sharding_ext" }
Expand Down
1 change: 1 addition & 0 deletions eden/mononoke/backfill_derived_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ manifest = { version = "0.1.0", path = "../manifest" }
mercurial_derivation = { version = "0.1.0", path = "../derived_data/mercurial_derivation" }
mononoke_api_types = { version = "0.1.0", path = "../mononoke_api/types" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
once_cell = "1.12"
readonlyblob = { version = "0.1.0", path = "../blobstore/readonlyblob" }
repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" }
repo_derived_data = { version = "0.1.0", path = "../repo_attributes/repo_derived_data" }
Expand Down
1 change: 1 addition & 0 deletions eden/mononoke/statistics_collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ mercurial_derivation = { version = "0.1.0", path = "../derived_data/mercurial_de
mercurial_types = { version = "0.1.0", path = "../mercurial/types" }
mononoke_app = { version = "0.1.0", path = "../cmdlib/mononoke_app" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
once_cell = "1.12"
redactedblobstore = { version = "0.1.0", path = "../blobstore/redactedblobstore" }
repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" }
repo_derived_data = { version = "0.1.0", path = "../repo_attributes/repo_derived_data" }
Expand Down

0 comments on commit 81c3cc0

Please sign in to comment.