Skip to content

Commit 63f2239

Browse files
committed
Fix Cranelift patch paths
1 parent 03acf67 commit 63f2239

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ features = ["write"] # We don't need read support
3131

3232
# Uncomment to use local checkout of cranelift
3333
#[patch."https://github.com/bytecodealliance/wasmtime/"]
34-
#cranelift-codegen = { path = "../wasmtime/cranelift/cranelift-codegen" }
35-
#cranelift-frontend = { path = "../wasmtime/cranelift/cranelift-frontend" }
36-
#cranelift-module = { path = "../wasmtime/cranelift/cranelift-module" }
37-
#cranelift-simplejit = { path = "../wasmtime/cranelift/cranelift-simplejit" }
38-
#cranelift-object = { path = "../wasmtime/cranelift/cranelift-object" }
34+
#cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
35+
#cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
36+
#cranelift-module = { path = "../wasmtime/cranelift/module" }
37+
#cranelift-simplejit = { path = "../wasmtime/cranelift/simplejit" }
38+
#cranelift-object = { path = "../wasmtime/cranelift/object" }
3939

4040
#[patch.crates-io]
4141
#gimli = { path = "../" }

0 commit comments

Comments
 (0)