diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-29 15:13:31 +0200 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-29 15:13:34 +0200 |
| commit | 3d54358b643fc258b19688f6c6f8cc3d8831855c (patch) | |
| tree | f7c77bc8a9f2fe3fe87ffa94a4d69eb16f4325ea | |
| parent | e97cebb2b121038d5255257993b936c909f5cc05 (diff) | |
| download | rust-3d54358b643fc258b19688f6c6f8cc3d8831855c.tar.gz rust-3d54358b643fc258b19688f6c6f8cc3d8831855c.zip | |
Update object to 0.36.1
This fixes a crash with macOS's ld-prime on arm64. Fixes rust-lang/rustc_codegen_cranelift#1501
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index e4959eed37a..15c9e9d66fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,9 +279,9 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" [[package]] name = "object" -version = "0.36.0" +version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" +checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" dependencies = [ "crc32fast", "hashbrown 0.14.3", |
