]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/Cargo.toml
Rollup merge of #105283 - compiler-errors:ty-var-in-hir-wfcheck, r=nagisa
[rust.git] / compiler / rustc_codegen_cranelift / Cargo.toml
index 09cf5b4a1edd8482ef98d33c5aeb295600947b6a..0fdd5de118ccb10cb4db0776c5ca9c69b19cc07f 100644 (file)
@@ -18,7 +18,6 @@ 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"