From b2844ef01b7c88e4859cf6f31524796daeb9c5a7 Mon Sep 17 00:00:00 2001 From: Ming Lei Date: Tue, 20 Aug 2024 07:34:41 +0000 Subject: [PATCH] Cargo.toml: bump version to 0.1.4 Signed-off-by: Ming Lei --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e528cf8..d72e676 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["utilities"] } [package] name = "qcow2-rs" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "A library for read/write qcow2 image in async/await" authors = ["Ming Lei "]