File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
compiler/rustc_codegen_ssa Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,9 @@ dependencies = [
231231
232232[[package ]]
233233name = " ar_archive_writer"
234- version = " 0.3.0 "
234+ version = " 0.3.1 "
235235source = " registry+https://github.com/rust-lang/crates.io-index"
236- checksum = " f8412a2d690663356cba5a2532f3ed55d1e8090743bc6695b88403b27df67733 "
236+ checksum = " d4720d7b4fce81771199e72507e6fb2107c94d5029386abea953b5d4c2b1aab8 "
237237dependencies = [
238238 " object 0.35.0" ,
239239]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55
66[dependencies ]
77# tidy-alphabetical-start
8- ar_archive_writer = " 0.3.0 "
8+ ar_archive_writer = " 0.3.1 "
99arrayvec = { version = " 0.7" , default-features = false }
1010bitflags = " 2.4.1"
1111cc = " 1.0.90"
You can’t perform that action at this time.
0 commit comments