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"