diff --git a/Cargo.lock b/Cargo.lock index 7a5f020..c8a3e53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,7 +1042,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "xmodits" -version = "0.11.4" +version = "0.11.5" dependencies = [ "built", "clap", @@ -1055,7 +1055,7 @@ dependencies = [ [[package]] name = "xmodits-lib" version = "0.9.2" -source = "git+https://github.com/B0ney/xmodits-lib.git?rev=6f4da08#6f4da08592127078064d86eac9ae4d6e73425091" +source = "git+https://github.com/B0ney/xmodits-lib.git?rev=771c354#771c354c29c633e33df28b0d0c5493bc8a5333bb" dependencies = [ "ascii", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 2fb11ed..7783722 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.4" +version = "0.11.5" 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 = "6f4da08" +rev = "771c354" [dependencies] clap = { version = "4", features = ["derive", "cargo", "wrap_help"] }