]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/Cargo.toml
Rollup merge of #68263 - ollie27:rustdoc_invalid_syntax_highlight_escape, r=Guillaume...
[rust.git] / src / librustc_data_structures / Cargo.toml
index 7fa40b8a869058670ebf03669d40930b75c0c081..fb4f818c4b2492b003fc0811b96c3dcc86a35fc0 100644 (file)
@@ -26,8 +26,11 @@ rustc-hash = "1.0.1"
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 rustc_index = { path = "../librustc_index", package = "rustc_index" }
 bitflags = "1.2.1"
-measureme = "0.5"
+measureme = "0.7.1"
 
 [dependencies.parking_lot]
 version = "0.9"
 features = ["nightly"]
+
+[target.'cfg(windows)'.dependencies]
+winapi = { version = "0.3", features = ["fileapi", "psapi"] }