File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v1.13.1
2+
3+ ### Fixes
4+
5+ - fix parsing zero or multiple optional fields in cgroup mountinfo.
6+
17## v1.13.0
28
39### Features
Original file line number Diff line number Diff line change 11[package ]
22
33name = " num_cpus"
4- version = " 1.13.0 " # don't forget to update html_root_url
4+ version = " 1.13.1 "
55description = " Get the number of CPUs on a machine."
66authors = [" Sean McArthur <sean@seanmonstar.com>" ]
77license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 2828//! [`rayon::ThreadPool`]: https://docs.rs/rayon/1.*/rayon/struct.ThreadPool.html
2929#![ cfg_attr( test, deny( warnings) ) ]
3030#![ deny( missing_docs) ]
31- #![ doc( html_root_url = "https://docs.rs/num_cpus/1.13.0" ) ]
3231#![ allow( non_snake_case) ]
3332
3433#[ cfg( not( windows) ) ]
You can’t perform that action at this time.
0 commit comments