about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorQiu Chaofan <qcf@ecnelises.com>2023-02-01 12:29:19 +0800
committerQiu Chaofan <qiucofan@cn.ibm.com>2023-04-19 12:42:20 +0800
commit7c8c9cf47015b2776760ccc496554ba0a1ede5e3 (patch)
treee53791ef203c0f9e90c7c12138b69a5daba5e76c /compiler/rustc_codegen_ssa
parent7037ff99af21cd34eb4bcb95fe91d210bc8e4f3f (diff)
downloadrust-7c8c9cf47015b2776760ccc496554ba0a1ede5e3.tar.gz
rust-7c8c9cf47015b2776760ccc496554ba0a1ede5e3.zip
Bump version of object and related crates
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index c55991e00d3..10a96fce7cb 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
 test = false
 
 [dependencies]
-ar_archive_writer = "0.1.1"
+ar_archive_writer = "0.1.3"
 bitflags = "1.2.1"
 cc = "1.0.69"
 itertools = "0.10.1"