Skip to content

Commit

Permalink
bump 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Apr 18, 2023
1 parent 6ace493 commit 2af0675
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ members = [
]

[workspace.dependencies]
clap = "4.1.13"
clap = "4.2.2"
colored = "2.0.0"
git2 = "0.16.1"
peekmore = "1.2.0"
pest = "2.5.6"
pest_derive = "2.5.6"
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
git2 = "0.17.1"
peekmore = "1.2.1"
pest = "2.5.7"
pest_derive = "2.5.7"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
sha-1 = "0.10.1"
toml = "0.7.3"
tracing = { version = "0.1.37", features = ["attributes"] }
Expand Down
8 changes: 4 additions & 4 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hemtt"
description = "HEMTT - Arma 3 Build Tool"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
license = "GPL-2.0"
authors = ["Brett Mayson <[email protected]>"]
Expand All @@ -21,16 +21,16 @@ anyhow = "1.0.70"
atty = "0.2.14"
clap = { workspace = true }
colored = { workspace = true }
dialoguer = "0.10.3"
dialoguer = "0.10.4"
fs_extra = "1.3.0"
git2 = { workspace = true }
glob = "0.3.1"
num_cpus = "1.15.0"
peekmore = { workspace = true }
rayon = "1.7.0"
reqwest = { version = "0.11.15", features = ["blocking", "json"] }
reqwest = { version = "0.11.16", features = ["blocking", "json"] }
rhai = "1.13.0"
rust-embed = "6.6.0"
rust-embed = "6.6.1"
semver = "1.0.17"
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down

0 comments on commit 2af0675

Please sign in to comment.