1
Fork 0

Update stacker and psm crates

This commit is contained in:
Mateusz Mikuła 2021-08-18 22:36:35 +02:00
parent dfd84729d6
commit f58289cc51
2 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@ rustc_index = { path = "../rustc_index", package = "rustc_index" }
bitflags = "1.2.1"
measureme = "9.1.0"
libc = "0.2"
stacker = "0.1.12"
stacker = "0.1.14"
tempfile = "3.2"
[dependencies.parking_lot]