Skip to content

Commit

Permalink
Remove unused once_cell dep
Browse files Browse the repository at this point in the history
Reviewed By: diliop

Differential Revision: D49828821

fbshipit-source-id: c1c346dfe2fa0d19d2194796d21e194bb5502881
  • Loading branch information
zertosh authored and facebook-github-bot committed Oct 2, 2023
1 parent a46b7aa commit e156551
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion eden/mononoke/aliasverify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ 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: 0 additions & 1 deletion eden/mononoke/backfill_derived_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ 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: 0 additions & 1 deletion eden/mononoke/statistics_collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ 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 e156551

Please sign in to comment.