From f7440ef9b1979b7fa599bb90354d678e3e6f7bb4 Mon Sep 17 00:00:00 2001
From: Taylor Cramer <cramertj@google.com>
Date: Thu, 2 May 2019 18:03:28 +0000
Subject: [PATCH] [ledger][rust] Stop using legacy third-party build

Change-Id: Idd964e54b76efdfed0322f8f267a182f875efee2
---
 src/ledger/cloud_provider_memory_diff/BUILD.gn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ledger/cloud_provider_memory_diff/BUILD.gn b/src/ledger/cloud_provider_memory_diff/BUILD.gn
index 62ce591fa1d..4766a346197 100644
--- a/src/ledger/cloud_provider_memory_diff/BUILD.gn
+++ b/src/ledger/cloud_provider_memory_diff/BUILD.gn
@@ -14,8 +14,8 @@ rustc_binary("bin") {
     "//garnet/public/rust/fuchsia-component",
     "//garnet/public/rust/fuchsia-zircon",
     "//sdk/fidl/fuchsia.ledger.cloud:fuchsia.ledger.cloud-rustc",
-    "//third_party/rust-crates/rustc_deps:failure",
-    "//third_party/rust-crates/rustc_deps:futures-preview",
+    "//third_party/rust_crates:failure",
+    "//third_party/rust_crates:futures-preview",
     "//zircon/public/fidl/fuchsia-mem:fuchsia-mem-rustc",
   ]
 }
-- 
GitLab