From 7bc9e88fdae31d1cc6397cfe566a5b4362d5257d Mon Sep 17 00:00:00 2001 From: B0ney <40839054+B0ney@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:51:21 +0100 Subject: [PATCH] bump xmodits-lib --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a229342..d6f0029 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,7 +1055,7 @@ dependencies = [ [[package]] name = "xmodits-lib" version = "0.9.0" -source = "git+https://github.com/B0ney/xmodits-lib.git?rev=1773dfb#1773dfbaed5981d56f33fc692878d56c196afbe9" +source = "git+https://github.com/B0ney/xmodits-lib.git?rev=c2ef080#c2ef0800870549650913b8c3499b592fc74a914a" dependencies = [ "ascii", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 9519fbb..f67264c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/B0ney/xmodits-cli" [dependencies.xmodits-lib] git = "https://github.com/B0ney/xmodits-lib.git" -rev = "1773dfb" +rev = "c2ef080" [dependencies] clap = { version = "4", features = ["derive", "cargo", "wrap_help"] }