Skip to content

Commit

Permalink
fix: bump xmodits-lib to fix impulse tracker decompression errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Jan 29, 2024
1 parent 8a553ee commit 6f86c31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
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"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.xmodits-lib]
git = "https://github.com/B0ney/xmodits-lib.git"
rev = "85c24e7"
rev = "159f573"

[dependencies]
clap = { version = "4", features = ["derive", "cargo", "wrap_help"] }
Expand Down

0 comments on commit 6f86c31

Please sign in to comment.