diff options
| author | Rain <rain@sunshowers.io> | 2024-08-26 11:00:24 -0700 |
|---|---|---|
| committer | Rain <rain@sunshowers.io> | 2024-08-28 15:02:41 -0700 |
| commit | ea6df5c147537029cb6d142abcbcb02675a03740 (patch) | |
| tree | cd36877b35103b5cea04eca0972bda84a0fe0183 /compiler/rustc_data_structures | |
| parent | 100fde5246bf56f22fb5cc85374dd841296fce0e (diff) | |
| download | rust-ea6df5c147537029cb6d142abcbcb02675a03740.tar.gz rust-ea6df5c147537029cb6d142abcbcb02675a03740.zip | |
Update stacker to 0.1.17
The main new feature is support for detecting the current stack size on illumos. (See my blog post [1] for the context which led to this.) [1]: https://sunshowers.io/posts/rustc-segfault-illumos/
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index 69cbf8c4161..38c6c8a8d11 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -22,7 +22,7 @@ rustc_index = { path = "../rustc_index", package = "rustc_index" } rustc_macros = { path = "../rustc_macros" } rustc_serialize = { path = "../rustc_serialize" } smallvec = { version = "1.8.1", features = ["const_generics", "union", "may_dangle"] } -stacker = "0.1.15" +stacker = "0.1.17" tempfile = "3.2" thin-vec = "0.2.12" tracing = "0.1" |
