From cd81f48d9a95c69f6ba9844af87ed1771a39755f Mon Sep 17 00:00:00 2001 From: chyyran Date: Sat, 13 Aug 2022 15:04:14 -0400 Subject: [PATCH] rel(0.2.3): fix map reading for parent chds --- chd-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chd-rs/Cargo.toml b/chd-rs/Cargo.toml index 349da4b..feb62aa 100644 --- a/chd-rs/Cargo.toml +++ b/chd-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chd" -version = "0.2.2" +version = "0.2.3" authors = ["Ronny Chan "] edition = "2021" description = "Rust implementation of the CHD File Format"