Skip to content

Commit ec3ec31

Browse files
tristan957winter-loo
authored andcommitted
Use num_cpus from the workspace in pageserver (neondatabase#10545)
Luckily they were the same version, so we didn't spend time compiling two versions, which could have been the case in the future. Signed-off-by: Tristan Partin <[email protected]>
1 parent 2ad9fc5 commit ec3ec31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pageserver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ itertools.workspace = true
3636
md5.workspace = true
3737
nix.workspace = true
3838
# hack to get the number of worker threads tokio uses
39-
num_cpus = { version = "1.15" }
39+
num_cpus.workspace = true
4040
num-traits.workspace = true
4141
once_cell.workspace = true
4242
pin-project-lite.workspace = true

0 commit comments

Comments
 (0)