From 06adf2a44f73015a65ea589c4998969929f5120e Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Sat, 14 Nov 2020 13:43:27 -0500 Subject: [PATCH] Version 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 668cce06..6f0feffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procfs" -version = "0.8.1" +version = "0.9.0" authors = ["Andrew Chin "] repository = "https://github.com/eminence/procfs" documentation = "https://docs.rs/procfs/"