chore: `generated_types` uses `num_cpus` only for tests

pull/24376/head
Marco Neumann 2021-09-22 11:31:22 +02:00
parent 16a257e7b9
commit 26edaa4d42
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ bytes = "1.0"
data_types = { path = "../data_types" }
futures = "0.3"
google_types = { path = "../google_types" }
num_cpus = "1.13.0"
observability_deps = { path = "../observability_deps" }
pbjson = { path = "../pbjson" }
prost = "0.8"
@ -20,6 +19,7 @@ tonic = "0.5"
[dev-dependencies]
chrono = { version = "0.4", features = ["serde"] }
num_cpus = "1.13.0"
[build-dependencies] # In alphabetical order
# Pin specific version of the tonic-build dependencies to match arrow