Drop an unneeded dependency.

This commit is contained in:
Dan Gohman
2017-10-03 12:48:33 -07:00
parent 6c4bbc643c
commit d4438f4006
2 changed files with 0 additions and 2 deletions

View File

@@ -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" }

View File

@@ -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"