From 743ae6fa958f6b32a2bb9d38931242fa52c9b3b3 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Sun, 13 Mar 2022 23:35:37 -0700 Subject: [PATCH] chore(cargo): bump version to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 552e58d..1e54381 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Bernardo Meurer "] description = "A library for finding your L1/L2/L3 cache sizes " -version = "0.5.1" +version = "0.6.0" categories = ["hardware-support", "memory-management"] edition = "2018"