chore: `generated_types` uses `num_cpus` only for tests
parent
16a257e7b9
commit
26edaa4d42
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue