From d4438f4006c62fe53f2668cf20dce131006fad93 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 3 Oct 2017 12:48:33 -0700 Subject: [PATCH] Drop an unneeded dependency. --- lib/wasm2obj/Cargo.toml | 1 - lib/wasmstandalone/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/wasm2obj/Cargo.toml b/lib/wasm2obj/Cargo.toml index 3b61e7f84c..3e663acd39 100644 --- a/lib/wasm2obj/Cargo.toml +++ b/lib/wasm2obj/Cargo.toml @@ -6,7 +6,6 @@ publish = false [dependencies] cretonne = { git = "https://github.com/stoklund/cretonne.git" } -cretonne-frontend = { git = "https://github.com/stoklund/cretonne.git" } cretonne-wasm = { git = "https://github.com/stoklund/cretonne.git" } wasmstandalone = { path = "../wasmstandalone" } faerie = { git = "https://github.com/m4b/faerie" } diff --git a/lib/wasmstandalone/Cargo.toml b/lib/wasmstandalone/Cargo.toml index d7f8fa1b6f..91d6dfd881 100644 --- a/lib/wasmstandalone/Cargo.toml +++ b/lib/wasmstandalone/Cargo.toml @@ -9,6 +9,5 @@ license = "Apache-2.0" [dependencies] cretonne = { git = "https://github.com/stoklund/cretonne.git" } -cretonne-frontend = { git = "https://github.com/stoklund/cretonne.git" } cretonne-wasm = { git = "https://github.com/stoklund/cretonne.git" } region = "0.0.8"