From 6f86c313745e1ba7e8ac2e81d3a061f3c4474c0c Mon Sep 17 00:00:00 2001 From: B0ney <40839054+B0ney@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:38:40 +0000 Subject: [PATCH] fix: bump xmodits-lib to fix impulse tracker decompression errors. --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4ddd08..5968397 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1113,7 +1113,7 @@ dependencies = [ [[package]] name = "xmodits" -version = "0.11.1" +version = "0.11.2" dependencies = [ "built", "clap", @@ -1126,7 +1126,7 @@ dependencies = [ [[package]] name = "xmodits-lib" version = "0.8.0" -source = "git+https://github.com/B0ney/xmodits-lib.git?rev=85c24e7#85c24e7639da2d1fcdd18d6f6f3b998f5dc5bdf8" +source = "git+https://github.com/B0ney/xmodits-lib.git?rev=159f573#159f5733ea49d6483421de62012eb77510430180" dependencies = [ "ascii", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index bba8bf1..e392270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "xmodits" authors = ["B0ney - https://github.com/B0ney"] description = "XMODITS command line application" -version = "0.11.1" +version = "0.11.2" edition = "2021" license = "LGPLv3" repository = "https://github.com/B0ney/xmodits-cli" @@ -10,7 +10,7 @@ repository = "https://github.com/B0ney/xmodits-cli" [dependencies.xmodits-lib] git = "https://github.com/B0ney/xmodits-lib.git" -rev = "85c24e7" +rev = "159f573" [dependencies] clap = { version = "4", features = ["derive", "cargo", "wrap_help"] }