From f3d39e2f1b8c21337f1a971a73e57013a31ff054 Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Thu, 10 Jan 2019 01:55:35 +0000 Subject: [PATCH] resources: data_model is not used, don't depend on it Signed-off-by: Dylan Reid Change-Id: I7bbef003a77aae7303940ef183de14950e47453b Reviewed-on: https://chromium-review.googlesource.com/1403893 Commit-Ready: ChromeOS CL Exonerator Bot Reviewed-by: David Tolnay Reviewed-by: Daniel Verkamp --- Cargo.lock | 1 - resources/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6821047e46..a8ef1c9820 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,7 +396,6 @@ dependencies = [ name = "resources" version = "0.1.0" dependencies = [ - "data_model 0.1.0", "gpu_buffer 0.1.0", "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", "msg_socket 0.1.0", diff --git a/resources/Cargo.toml b/resources/Cargo.toml index c563d2025f..510e9cacfe 100644 --- a/resources/Cargo.toml +++ b/resources/Cargo.toml @@ -7,7 +7,6 @@ authors = ["The Chromium OS Authors"] wl-dmabuf = ["gpu_buffer"] [dependencies] -data_model = { path = "../data_model" } gpu_buffer = { path = "../gpu_buffer", optional = true } libc = "*" sys_util = { path = "../sys_util" }