diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-01-26 13:17:19 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-26 13:17:19 +0000 |
commit | d1330a4a65f0113c687716a5a679239af4df9c11 (patch) | |
tree | e32c7483d541e3d38668f44d2ed61a21151dbed8 /Cargo.lock | |
parent | 13743d10734018b1765b26993044cd4f455fff5a (diff) | |
parent | 9faebd9d646e54aaec81a36ff08b45389344e23b (diff) |
Merge #2906
2906: Fix thread priority problems on windows r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 07fff9af5..8e320458b 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1079,6 +1079,7 @@ dependencies = [ | |||
1079 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1080 | "test_utils 0.1.0", | 1080 | "test_utils 0.1.0", |
1081 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1081 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1082 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1082 | ] | 1083 | ] |
1083 | 1084 | ||
1084 | [[package]] | 1085 | [[package]] |