diff --git a/Cargo.lock b/Cargo.lock index b18acda..7bd7ca8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "caligula" -version = "0.4.7" +version = "0.4.8" dependencies = [ "aligned-vec", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 12b0325..28621eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A lightweight, user-friendly disk imaging tool" homepage = "https://github.com/ifd3f/caligula" repository = "https://github.com/ifd3f/caligula.git" authors = ["Astrid Yu "] -version = "0.4.7" +version = "0.4.8" edition = "2021" license = "GPL-3.0"