From be377f9eb271e460bec4051dec5b9e3e507d98a9 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sat, 2 Mar 2019 20:24:39 +0100 Subject: [PATCH] Fix cranelift patch paths --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd9f438a56a7..3384436fe998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "../" }