Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Aug 8, 2023
1 parent d2ccc61 commit a8c086d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["repak", "repak_cli"]
repository = "https://github.com/trumank/repak"
authors = ["spuds", "trumank"]
license = "MIT OR Apache-2.0"
version = "0.1.6"
version = "0.1.7"
edition = "2021"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion repak_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ indicatif = { version = "0.17.3", features = ["rayon"] }
path-clean = "0.1.0"
path-slash = "0.2.1"
rayon = "1.6.1"
repak = { version = "0.1.1", path = "../repak" }
repak = { version = "0.1.7", path = "../repak" }
strum = { workspace = true }

0 comments on commit a8c086d

Please sign in to comment.