Commit b347731 1 parent b676af1 commit b347731 Copy full SHA for b347731
File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.13.0
2
+
3
+ ### Features
4
+
5
+ - add Linux cgroups support when calling ` get() ` .
6
+
1
7
## v1.12.0
2
8
3
9
#### Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " num_cpus"
4
- version = " 1.12 .0" # don't forget to update html_root_url
4
+ version = " 1.13 .0" # don't forget to update html_root_url
5
5
description = " Get the number of CPUs on a machine."
6
6
authors = [" Sean McArthur <sean@seanmonstar.com>" ]
7
7
license = " MIT/Apache-2.0"
Original file line number Diff line number Diff line change 28
28
//! [`rayon::ThreadPool`]: https://docs.rs/rayon/1.*/rayon/struct.ThreadPool.html
29
29
#![ cfg_attr( test, deny( warnings) ) ]
30
30
#![ deny( missing_docs) ]
31
- #![ doc( html_root_url = "https://docs.rs/num_cpus/1.12 .0" ) ]
31
+ #![ doc( html_root_url = "https://docs.rs/num_cpus/1.13 .0" ) ]
32
32
#![ allow( non_snake_case) ]
33
33
34
34
#[ cfg( not( windows) ) ]
You can’t perform that action at this time.
0 commit comments