We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0f2a4 commit 90373f3Copy full SHA for 90373f3
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v1.14.0
2
+
3
+### Features
4
5
+- add support for cgroups v2
6
+- Skip reading files in Miri
7
8
## v1.13.1
9
10
### Fixes
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "num_cpus"
-version = "1.13.1"
+version = "1.14.0"
description = "Get the number of CPUs on a machine."
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT OR Apache-2.0"
0 commit comments