From 0d05d1d3a1cba903f299257eda97b91ae067bba1 Mon Sep 17 00:00:00 2001 From: B0ney <40839054+B0ney@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:34:51 +0000 Subject: [PATCH] fix: bump xmodits-lib for it215 decompression 'fixes' --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33c44627..2739af07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5205,7 +5205,7 @@ dependencies = [ [[package]] name = "xmodits-lib" version = "0.8.0" -source = "git+https://github.com/B0ney/xmodits-lib.git?rev=0f27016#0f27016bd884c663a1c004f38cd4ffecd338867e" +source = "git+https://github.com/B0ney/xmodits-lib.git?rev=d1ac7a6#d1ac7a6cbe6b2368a72442cc0db24f0a4e854388" dependencies = [ "ascii", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 7e5b1856..5196f50a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ chrono = { version = "0.4", features = ["serde"] } [workspace.dependencies.xmodits-lib] git = "https://github.com/B0ney/xmodits-lib.git" -rev = "0f27016" +rev = "d1ac7a6" features = ["serde"] [dependencies.iced]