about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorMateusz Mikuła <mati865@gmail.com>2022-11-05 12:19:55 +0100
committerMateusz Mikuła <mati865@gmail.com>2022-11-05 12:19:55 +0100
commitd5899efbdab28d6f5ecd95c68d03dfd1bdbfba1c (patch)
tree94c0bdd756154d4b42931f1d2a9dbcb791238efe /compiler/rustc_data_structures
parent452cf4f7109f58433ac38be7d3da527408571054 (diff)
downloadrust-d5899efbdab28d6f5ecd95c68d03dfd1bdbfba1c.tar.gz
rust-d5899efbdab28d6f5ecd95c68d03dfd1bdbfba1c.zip
Update several crates for improved support of the new targets
This helps with `*-windows-gnullvm` targets
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 5152d5ab046..5afce15e26b 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -23,7 +23,7 @@ rustc_macros = { path = "../rustc_macros" }
 rustc_serialize = { path = "../rustc_serialize" }
 smallvec = { version = "1.8.1", features = ["const_generics", "union", "may_dangle"] }
 stable_deref_trait = "1.0.0"
-stacker = "0.1.14"
+stacker = "0.1.15"
 tempfile = "3.2"
 thin-vec = "0.2.9"
 tracing = "0.1"