diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-07-06 14:36:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 20:36:51 +0200 |
commit | dbc2372cdea4702d05fb29023effdb552ecb5756 (patch) | |
tree | 2401e5520ba0c57d1bbcb0e48752117dd0c2934c | |
parent | 2fe315bfb1f8fc80e7e4e353414eb9bfa58c059f (diff) |
Update Cargo.lock (#6665)
Erroneously excluded from 75d991.
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9c3333a6e..59c9adce7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2443,6 +2443,7 @@ dependencies = [ "mio", "mio-named-pipes", "mio-uds", + "num_cpus", "pin-project-lite", "signal-hook-registry", "slab", |