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"] }