Skip to content

Commit

Permalink
v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Dec 20, 2021
1 parent a1c3827 commit 5f1b033
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.13.1

### Fixes

- fix parsing zero or multiple optional fields in cgroup mountinfo.

## v1.13.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "num_cpus"
version = "1.13.0" # don't forget to update html_root_url
version = "1.13.1"
description = "Get the number of CPUs on a machine."
authors = ["Sean McArthur <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
//! [`rayon::ThreadPool`]: https://docs.rs/rayon/1.*/rayon/struct.ThreadPool.html
#![cfg_attr(test, deny(warnings))]
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/num_cpus/1.13.0")]
#![allow(non_snake_case)]

#[cfg(not(windows))]
Expand Down

0 comments on commit 5f1b033

Please sign in to comment.