]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Make codegen_call_inner a bit more readable
[rust.git] / Cargo.toml
index 665c37e4f4165b0eb8f124efad88a141c7df67bd..75f12add1190034cb4e82abc8c81564da0b9f41f 100644 (file)
@@ -1,3 +1,5 @@
+cargo-features = ["profile-overrides"]
+
 [package]
 name = "rustc_codegen_cranelift"
 version = "0.1.0"
@@ -17,12 +19,17 @@ cranelift = { git = "https://github.com/CraneStation/cranelift.git" }
 cranelift-module = { git = "https://github.com/CraneStation/cranelift.git" }
 cranelift-simplejit = { git = "https://github.com/CraneStation/cranelift.git" }
 cranelift-faerie = { git = "https://github.com/CraneStation/cranelift.git" }
-target-lexicon = "0.0.3"
+target-lexicon = "0.2.0"
 #goblin = "0.0.17"
-faerie = "0.5.0"
-ar = "0.6.0"
+ar = "0.6.1"
 bitflags = "1.0.3"
-byteorder = "1.2.6"
+byteorder = "1.2.7"
+libc = "0.2.45"
+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"]
@@ -31,6 +38,8 @@ byteorder = "1.2.6"
 #cranelift-simplejit = { path = "../cranelift/lib/simplejit" }
 #cranelift-faerie = { path = "../cranelift/lib/faerie" }
 
-[patch.crates-io]
-# Use https://github.com/m4b/faerie/pull/47, because faerie 0.5.0 doesn't create valid Mach-O binaries
-faerie = { git = "https://github.com/m4b/faerie.git", branch = "mach_data_relocations" }
+#[patch."https://github.com/gimli-rs/gimli.git"]
+#gimli = { path = "../" }
+
+[profile.dev.overrides."*"]
+opt-level = 3