From 6f495a8fe71064dfc94221d1177286f85e7a1e6c Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Sun, 4 Dec 2022 01:45:45 -0500 Subject: [PATCH] Version 0.14.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56e75e15..687de9ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procfs" -version = "0.14.0" +version = "0.14.2" authors = ["Andrew Chin "] repository = "https://github.com/eminence/procfs" documentation = "https://docs.rs/procfs/"