about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-06-09 03:52:43 -0700
committerDavid Tolnay <dtolnay@gmail.com>2022-06-09 03:52:43 -0700
commitfbc86e07a94490fd23b9ef0fdd0f9118c50e5780 (patch)
tree0fe5947b0cf40d22e5e7ab7ddb9bd22fbf121264
parent1ae4b258267462da0b1aae1badcf83578153c799 (diff)
downloadrust-fbc86e07a94490fd23b9ef0fdd0f9118c50e5780.tar.gz
rust-fbc86e07a94490fd23b9ef0fdd0f9118c50e5780.zip
Regenerate lockfile to include cargo's dependency on num_cpus
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2611a8f6824..51b0da65b31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -351,6 +351,7 @@ dependencies = [
  "libgit2-sys",
  "log",
  "memchr",
+ "num_cpus",
  "opener",
  "openssl",
  "os_info",