]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Don't hard-code rustc path in get_rustc_version and get_default_sysroot
[rust.git] / Cargo.toml
index a9ad5a5d38387d92336aa476eb290ae3f9fef732..f03cc34a81081b2acc79fbac7651fff575080a6e 100644 (file)
@@ -15,17 +15,16 @@ crate-type = ["dylib"]
 
 [dependencies]
 # These have to be in sync with each other
-cranelift-codegen = { version = "0.90.1", features = ["unwind", "all-arch"] }
-cranelift-frontend = "0.90.1"
-cranelift-module = "0.90.1"
-cranelift-native = "0.90.1"
-cranelift-jit = { version = "0.90.1", optional = true }
-cranelift-object = "0.90.1"
+cranelift-codegen = { version = "0.91", features = ["unwind", "all-arch"] }
+cranelift-frontend = "0.91"
+cranelift-module = "0.91"
+cranelift-native = "0.91"
+cranelift-jit = { version = "0.91", optional = true }
+cranelift-object = "0.91"
 target-lexicon = "0.12.0"
 gimli = { version = "0.26.0", default-features = false, features = ["write"]}
 object = { version = "0.29.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
 
-ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg_clif_ranlib" }
 indexmap = "1.9.1"
 libloading = { version = "0.7.3", optional = true }
 once_cell = "1.10.0"