From 134d0ac765373de2bc16d3466a49ce175a6da821 Mon Sep 17 00:00:00 2001 From: AnkushinDaniil Date: Fri, 16 Aug 2024 17:20:49 +0300 Subject: [PATCH] Add `num_cpus` --- vm/rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/rust/Cargo.toml b/vm/rust/Cargo.toml index 2909483444..701b26581e 100644 --- a/vm/rust/Cargo.toml +++ b/vm/rust/Cargo.toml @@ -18,6 +18,7 @@ once_cell = "1.19.0" lazy_static = "1.4.0" semver = "1.0.22" anyhow = "1.0.81" +num_cpus = "1.15" [lib] crate-type = ["staticlib"]