diff options
| author | bors <bors@rust-lang.org> | 2020-03-25 05:46:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-03-25 05:46:43 +0000 |
| commit | cdb50c6f2507319f29104a25765bfb79ad53395c (patch) | |
| tree | d9e53b03b1b3c003b95e3475ab759862f2001c60 /src/libstd | |
| parent | 02046a5d402c789c006d0da7662f800fe3c45faf (diff) | |
| parent | 83fc855d03fff836aeed7ddd533b94916bf47081 (diff) | |
| download | rust-cdb50c6f2507319f29104a25765bfb79ad53395c.tar.gz rust-cdb50c6f2507319f29104a25765bfb79ad53395c.zip | |
Auto merge of #70383 - Centril:rollup-hmfft3y, r=Centril
Rollup of 7 pull requests Successful merges: - #70331 (Increase verbosity when using update syntax with private fields) - #70349 (move `hir_id_validation` to `rustc_passes` + simplify `hir::map` code) - #70361 (Update backtrace crate to 0.3.46) - #70364 (resolve: Remove `rustc_attrs` as a standalone feature gate) - #70369 (Fix smaller issues with invalid placeholder type errors) - #70373 (normalize some imports & prefer direct ones) - #70376 (Add test for #66312) Failed merges: r? @ghost
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index b147aa55b2a..0dd2f79d066 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -27,7 +27,7 @@ hashbrown = { version = "0.6.2", default-features = false, features = ['rustc-de [dependencies.backtrace_rs] package = "backtrace" -version = "0.3.44" +version = "0.3.46" default-features = false # without the libstd `backtrace` feature, stub out everything features = [ "rustc-dep-of-std" ] # enable build support for integrating into libstd |
