From e5c21a8b1c6ddfbf4e4fe8a60865729a768affbb Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 18 Feb 2020 13:35:47 -0800 Subject: [PATCH] cargo: release 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acc110c..a625ce8 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.4.0" +version = "0.5.0" categories = ["hardware-support", "memory-management"] edition = "2018"