We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db7ee6 commit 66ea43fCopy full SHA for 66ea43f
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+## v0.2.1
4
5
+- Updated to tokio v0.3.
6
7
+## v0.2.0
8
9
+- Added support for macOS.
10
11
+## v0.1.0
12
13
+- Initial release.
Cargo.toml
@@ -2,7 +2,7 @@
name = "simple-process-stats"
description = "Get memory usage and CPU time on Linux and Windows"
license = "MIT"
-version = "0.2.0"
+version = "0.2.1"
keywords = ["process", "cpu", "memory"]
categories = ["api-bindings", "asynchronous", "os"]
repository = "https://github.com/robotty/simple-process-stats"
0 commit comments