Skip to content

Commit be377f9

Browse files
committed
Fix cranelift patch paths
1 parent 89666d9 commit be377f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ indexmap = "1.0.2"
3333

3434
# Uncomment to use local checkout of cranelift
3535
#[patch."https://github.com/CraneStation/cranelift.git"]
36-
#cranelift = { path = "../cranelift/lib/umbrella" }
37-
#cranelift-module = { path = "../cranelift/lib/module" }
38-
#cranelift-simplejit = { path = "../cranelift/lib/simplejit" }
39-
#cranelift-faerie = { path = "../cranelift/lib/faerie" }
36+
#cranelift = { path = "../cranelift/cranelift-umbrella" }
37+
#cranelift-module = { path = "../cranelift/cranelift-module" }
38+
#cranelift-simplejit = { path = "../cranelift/cranelift-simplejit" }
39+
#cranelift-faerie = { path = "../cranelift/cranelift-faerie" }
4040

4141
#[patch."https://github.com/gimli-rs/gimli.git"]
4242
#gimli = { path = "../" }

0 commit comments

Comments
 (0)