From 926f4935caec5ac7419a5b3c0bf0dbd2d56295ff Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Sat, 26 Oct 2019 17:39:57 -0400 Subject: [PATCH] Version v0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63a3a7b8..0f7480ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procfs" -version = "0.6.0" +version = "0.7.0" authors = ["Andrew Chin "] repository = "https://github.com/eminence/procfs" description = "Interface to the linux procfs pseudo-filesystem"