Fix dependency paths. wasmstandalone no longer depends on out-of-tree patches.
This commit is contained in:
@@ -8,7 +8,7 @@ repository = "https://github.com/stoklund/cretonne"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
cretonne = { path = "/home/sunfish/rust/cretonne/lib/cretonne" }
|
||||
cretonne-frontend = { path = "/home/sunfish/rust/cretonne/lib/frontend" }
|
||||
cretonne-wasm = { path = "/home/sunfish/rust/cretonne/lib/wasm" }
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user