Skip to content

Commit ce9c7f3

Browse files
Rollup merge of rust-lang#147783 - durin42:object-unification, r=Zalathar
bootstrap: migrate to object 0.37 I noticed we had a mix of 0.37 and 0.36 at work, and this was why. As far as I can tell everything still builds and works correctly.
2 parents 2bb3ea9 + 10a5334 commit ce9c7f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/bootstrap/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,9 @@ dependencies = [
491491

492492
[[package]]
493493
name = "object"
494-
version = "0.36.5"
494+
version = "0.37.3"
495495
source = "registry+https://github.com/rust-lang/crates.io-index"
496-
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
496+
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
497497
dependencies = [
498498
"memchr",
499499
]

src/bootstrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ clap_complete = "4.4"
4141
home = "0.5"
4242
ignore = "0.4"
4343
libc = "0.2"
44-
object = { version = "0.36.3", default-features = false, features = ["archive", "coff", "read_core", "std", "unaligned"] }
44+
object = { version = "0.37", default-features = false, features = ["archive", "coff", "read_core", "std", "unaligned"] }
4545
opener = "0.8"
4646
semver = "1.0"
4747
serde = "1.0"

0 commit comments

Comments
 (0)