]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Make codegen_call_inner a bit more readable
[rust.git] / Cargo.toml
index 30824626feb26054f902f7d8ba1b46c65811fc8f..75f12add1190034cb4e82abc8c81564da0b9f41f 100644 (file)
@@ -29,6 +29,7 @@ tempfile = "3.0.4"
 env_logger = "0.6"
 gimli = { git = "https://github.com/gimli-rs/gimli.git" }
 faerie = "0.7.1"
+indexmap = "1.0.2"
 
 # Uncomment to use local checkout of cranelift
 #[patch."https://github.com/CraneStation/cranelift.git"]
@@ -37,8 +38,8 @@ faerie = "0.7.1"
 #cranelift-simplejit = { path = "../cranelift/lib/simplejit" }
 #cranelift-faerie = { path = "../cranelift/lib/faerie" }
 
-[patch."https://github.com/gimli-rs/gimli.git"]
-gimli = { git = "https://github.com/bjorn3/gimli.git", branch = "impl_range_write" }
+#[patch."https://github.com/gimli-rs/gimli.git"]
+#gimli = { path = "../" }
 
 [profile.dev.overrides."*"]
 opt-level = 3