diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2021-08-18 19:44:24 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2021-08-19 07:31:49 -0700 |
| commit | 4a3e73643ab944d868a6b2bf05d2d4677cbfb35f (patch) | |
| tree | b077c4d634c66f07ecd9603412db171c45ea08e3 /compiler/rustc_codegen_ssa | |
| parent | 3d0774d0dc98084d25d95cc1909a8051ebbd9cb1 (diff) | |
| download | rust-4a3e73643ab944d868a6b2bf05d2d4677cbfb35f.tar.gz rust-4a3e73643ab944d868a6b2bf05d2d4677cbfb35f.zip | |
Update the backtrace crate in libstd
This commit updates the backtrace crate in libstd now that dependencies have been updated to use `memchr` from the standard library as well. This is mostly just making sure deps are up-to-date and have all the latest-and-greatest fixes and such. Closes rust-lang/backtrace-rs#432
Diffstat (limited to 'compiler/rustc_codegen_ssa')
| -rw-r--r-- | compiler/rustc_codegen_ssa/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index 0e036a432ad..930b4dc4d41 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -36,6 +36,6 @@ rustc_target = { path = "../rustc_target" } rustc_session = { path = "../rustc_session" } [dependencies.object] -version = "0.25.2" +version = "0.26.1" default-features = false features = ["read_core", "elf", "macho", "pe", "unaligned", "archive", "write"] |
