From 4b5b61a89d1720497202af0df4fe3fbee213c3ef Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Sat, 18 Feb 2023 12:10:16 -0500 Subject: [PATCH] Version 0.15.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7214e652..362f0a62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procfs" -version = "0.15.0" +version = "0.15.1" authors = ["Andrew Chin "] repository = "https://github.com/eminence/procfs" documentation = "https://docs.rs/procfs/"