Commit a9fb7fb 1 parent b991064 commit a9fb7fb Copy full SHA for a9fb7fb
File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.7.0
2
+
3
+ #### Features
4
+
5
+ - add ` get_physical ` support for macOS
6
+
7
+ #### Fixes
8
+
9
+ - use ` _SC_NPROCESSORS_CONF ` on Unix targets
10
+
1
11
### v1.6.2
2
12
3
13
#### Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " num_cpus"
4
- version = " 1.6.2 "
4
+ version = " 1.7.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 10
10
//! ```
11
11
#![ cfg_attr( test, deny( warnings) ) ]
12
12
#![ deny( missing_docs) ]
13
+ #![ doc( html_root_url = "https://docs.rs/num_cpus/1.7.0" ) ]
13
14
#![ allow( non_snake_case) ]
14
15
15
16
#[ cfg( not( windows) ) ]
You can’t perform that action at this time.
0 commit comments