mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 21:04:53 +00:00
Update num_cpus to 1.16.0
Summary: Update num_cpus to version 1.16.0. We need this version as it is a requirement of libbpf-sys v1.2.1+v1.2.0, which is to be imported subsequently. Reviewed By: zertosh Differential Revision: D47380958 fbshipit-source-id: d1fa12a1c8a974686d70d47876e990da4a73b839
This commit is contained in:
parent
460387b9c8
commit
f5831c73d5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
|
|||
|
||||
[dev-dependencies]
|
||||
const-cstr = "0.3.0"
|
||||
num_cpus = "1.11"
|
||||
num_cpus = "1.16"
|
||||
raw-cpuid = "10.6.0"
|
||||
tempfile = "3.5"
|
||||
|
||||
|
|
Loading…
Reference in a new issue