From 0263ef40d89007fc44387f31bb56203973a59eff Mon Sep 17 00:00:00 2001 From: Ethan Date: Sun, 7 Jan 2024 11:23:50 +0900 Subject: [PATCH] bumps to 0.4.0 --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9cfcb08..5b2b590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "pigment64" -version = "0.3.0" +version = "0.4.0" edition = "2021" description = "A library for handling conversion between N64 texture formats and modern image formats" repository = "https://github.com/decompals/pigment64" license = "MIT" [dependencies] -png = "0.17.9" -clap = { version = "4.3.17", features = ["derive"] } -anyhow = "1.0.72" -byteorder = "1.4.3" -num_enum = "0.6.1" +png = "0.17.10" +clap = { version = "4.4.13", features = ["derive"] } +anyhow = "1.0.79" +byteorder = "1.5.0" +num_enum = "0.7.1"