Skip to content

Commit

Permalink
Bump to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szeweq committed Mar 6, 2024
1 parent c7b764a commit abf0941
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-repack"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
authors = ["Szeweq"]
license = "MIT"
Expand Down Expand Up @@ -29,13 +29,13 @@ anyhow = ["dep:anyhow"]
argh = ["dep:argh"]

[dependencies]
mc-repack-core = {version = "0.18.0", path = "lib-core"}
mc-repack-core = {version = "0.18.1", path = "lib-core"}
crossbeam-channel = {workspace = true}
anyhow = {optional = true, workspace = true}
argh = {optional = true, version = "0.1"}

# CLI Dependencies
clap = {version = "4.4", features = ["derive", "cargo"]}
clap = {version = "4.5", features = ["derive", "cargo"]}
indicatif = {version = "0.17"}

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion lib-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-repack-core"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
authors = ["Szeweq"]
license = "MIT"
Expand Down

0 comments on commit abf0941

Please sign in to comment.