Fix cranelift patch paths
This commit is contained in:
parent
89666d9818
commit
be377f9eb2
@ -33,10 +33,10 @@ indexmap = "1.0.2"
|
||||
|
||||
# Uncomment to use local checkout of cranelift
|
||||
#[patch."https://github.com/CraneStation/cranelift.git"]
|
||||
#cranelift = { path = "../cranelift/lib/umbrella" }
|
||||
#cranelift-module = { path = "../cranelift/lib/module" }
|
||||
#cranelift-simplejit = { path = "../cranelift/lib/simplejit" }
|
||||
#cranelift-faerie = { path = "../cranelift/lib/faerie" }
|
||||
#cranelift = { path = "../cranelift/cranelift-umbrella" }
|
||||
#cranelift-module = { path = "../cranelift/cranelift-module" }
|
||||
#cranelift-simplejit = { path = "../cranelift/cranelift-simplejit" }
|
||||
#cranelift-faerie = { path = "../cranelift/cranelift-faerie" }
|
||||
|
||||
#[patch."https://github.com/gimli-rs/gimli.git"]
|
||||
#gimli = { path = "../" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user