diff --git a/Cargo.lock b/Cargo.lock index 558181b..575181e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "pigment64" -version = "0.4.3" +version = "0.4.5" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 38064a6..115724f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pigment64" -version = "0.4.4" +version = "0.4.5" edition = "2021" description = "A library for handling conversion between N64 texture formats and modern image formats" repository = "https://github.com/decompals/pigment64"