From 9c0457a6e7e1dd5d427550510a0b3f6138e152bc Mon Sep 17 00:00:00 2001 From: Yuri Edward Date: Mon, 27 Nov 2023 19:32:12 +0100 Subject: [PATCH] Bumped cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 085e64d..1a208c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytesutil" -version = "0.5.0" +version = "0.6.0" authors = ["Yuri Edward "] edition = "2021" description = "Yet another byte utility for Rust"