about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-07-23 07:16:59 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-07-31 10:59:32 -0700
commit3d2b6e79db636ae7851c9a8bc2e0d5370d1f259b (patch)
tree86582ecc4905cc7fb9d9fdb4bdc93bc000e8a2bc /src/libstd
parent9152fe4ea053a29469691349f4b63aa94c9aac56 (diff)
downloadrust-3d2b6e79db636ae7851c9a8bc2e0d5370d1f259b.tar.gz
rust-3d2b6e79db636ae7851c9a8bc2e0d5370d1f259b.zip
Attempt to fix backtrace tests on i686-msvc
Some fixes for i686-msvc and Windows have landed on the `backtrace`
crate but hadn't made their way here yet. Let's update that and see if
it passes CI.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index 2e0da0409eb..5334c4dfc68 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -26,7 +26,7 @@ unwind = { path = "../libunwind" }
 hashbrown = { version = "0.4.0", features = ['rustc-dep-of-std'] }
 
 [dependencies.backtrace]
-version = "0.3.29"
+version = "0.3.34"
 default-features = false # don't use coresymbolication on OSX
 features = [
   "rustc-dep-of-std", # enable build support for integrating into libstd