From e60e50a7d473c52e394b937c24ed4062dd007e49 Mon Sep 17 00:00:00 2001 From: Amber Date: Thu, 27 Aug 2020 13:43:10 +0000 Subject: [PATCH] update toml to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fa708b..befa5b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psysinfo" -version = "0.1.1" +version = "0.1.2" authors = ["amberisvibin"] edition = "2018" license = "GPL-3.0-or-later"