bump version

This commit is contained in:
glyph 2021-12-13 07:19:14 +02:00
parent cfbf052d27
commit fb6d0317b6
2 changed files with 3 additions and 6 deletions

7
Cargo.lock generated
View File

@ -2589,15 +2589,12 @@ dependencies = [
[[package]]
name = "peach-stats"
version = "0.1.3"
version = "0.2.0"
dependencies = [
"env_logger 0.9.0",
"jsonrpc-core 18.0.0",
"jsonrpc-http-server 18.0.0",
"jsonrpc-test 18.0.0",
"log 0.4.14",
"miniserde",
"probes 0.4.1",
"serde 1.0.130",
"systemstat",
]

View File

@ -1,6 +1,6 @@
[package]
name = "peach-stats"
version = "0.1.0"
version = "0.2.0"
authors = ["Andrew Reid <glyph@mycelial.technology>"]
edition = "2018"
description = "Query system statistics. Provides a wrapper around the probes and systemstat crates."