Drop an unneeded dependency.
This commit is contained in:
@@ -6,7 +6,6 @@ publish = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cretonne = { git = "https://github.com/stoklund/cretonne.git" }
|
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" }
|
cretonne-wasm = { git = "https://github.com/stoklund/cretonne.git" }
|
||||||
wasmstandalone = { path = "../wasmstandalone" }
|
wasmstandalone = { path = "../wasmstandalone" }
|
||||||
faerie = { git = "https://github.com/m4b/faerie" }
|
faerie = { git = "https://github.com/m4b/faerie" }
|
||||||
|
|||||||
@@ -9,6 +9,5 @@ license = "Apache-2.0"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cretonne = { git = "https://github.com/stoklund/cretonne.git" }
|
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" }
|
cretonne-wasm = { git = "https://github.com/stoklund/cretonne.git" }
|
||||||
region = "0.0.8"
|
region = "0.0.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user