Skip to content

Commit

Permalink
fix minor regression
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Aug 26, 2024
1 parent c32a2aa commit 72a5099
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.4"
version = "0.11.5"
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 = "6f4da08"
rev = "771c354"

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

0 comments on commit 72a5099

Please sign in to comment.