]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/Cargo.toml
create and use GlobalAlloc::address_space
[rust.git] / compiler / rustc_codegen_llvm / Cargo.toml
index 93d6234dc884550875cf4aef0b3ce89dc2250f5d..9c1bcd431ec4933b2d858b5d6eb21bcffbfabe69 100644 (file)
@@ -11,7 +11,10 @@ bitflags = "1.0"
 cstr = "0.2"
 libc = "0.2"
 measureme = "10.0.0"
-object = { version = "0.29.0", default-features = false, features = ["std", "read"] }
+object = { version = "0.30.1", default-features = false, features = [
+    "std",
+    "read",
+] }
 tracing = "0.1"
 rustc_middle = { path = "../rustc_middle" }
 rustc-demangle = "0.1.21"