diff --git a/Cargo.lock b/Cargo.lock index 5f84b37..c63155f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2602,7 +2602,7 @@ dependencies = [ [[package]] name = "peach-stats" -version = "0.1.0" +version = "0.2.0" dependencies = [ "log 0.4.14", "miniserde", diff --git a/peach-stats/Cargo.toml b/peach-stats/Cargo.toml index c7866cf..488d637 100644 --- a/peach-stats/Cargo.toml +++ b/peach-stats/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-stats" -version = "0.1.0" +version = "0.2.0" authors = ["Andrew Reid "] edition = "2018" description = "Query system statistics. Provides a wrapper around the probes and systemstat crates." diff --git a/peach-stats/README.md b/peach-stats/README.md index 5a981be..2b8fc5a 100644 --- a/peach-stats/README.md +++ b/peach-stats/README.md @@ -1,6 +1,6 @@ # peach-stats -![Generic badge](https://img.shields.io/badge/version-0.1.0-.svg) +![Generic badge](https://img.shields.io/badge/version-0.2.0-.svg) System statistics library for PeachCloud. Provides a wrapper around the [probes](https://crates.io/crates/probes) and [systemstat](https://crates.io/crates/systemstat) crates.