diff options
| author | dirreke <mingyang_ge@163.com> | 2023-08-14 22:57:38 +0800 |
|---|---|---|
| committer | dirreke <mingyang_ge@163.com> | 2023-08-14 23:05:45 +0800 |
| commit | 74817b7053984b0ad0cb04a7b20be61343d05498 (patch) | |
| tree | 90cc09d5f8c9b46240543a3bf8889848a80d799d /compiler/rustc_codegen_llvm | |
| parent | 712f4481688f5ddc4afc55259808f0440abc69cc (diff) | |
| download | rust-74817b7053984b0ad0cb04a7b20be61343d05498.tar.gz rust-74817b7053984b0ad0cb04a7b20be61343d05498.zip | |
Upgrade Object and related deps
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index ad51f2d0958..be09820d08d 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -11,7 +11,7 @@ bitflags = "1.0" cstr = "0.2" libc = "0.2" measureme = "10.0.0" -object = { version = "0.31.1", default-features = false, features = [ +object = { version = "0.32.0", default-features = false, features = [ "std", "read", ] } |
