From 4e358a88e3c5d8e31b664429f005a91588561d70 Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 4 Apr 2024 14:18:13 +0900 Subject: [PATCH] 0.4.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"