mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 19:04:07 +00:00
chore: Release
This commit is contained in:
parent
d2ccc61132
commit
a8c086d2c9
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ members = ["repak", "repak_cli"]
|
||||||
repository = "https://github.com/trumank/repak"
|
repository = "https://github.com/trumank/repak"
|
||||||
authors = ["spuds", "trumank"]
|
authors = ["spuds", "trumank"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
|
|
|
@ -19,5 +19,5 @@ indicatif = { version = "0.17.3", features = ["rayon"] }
|
||||||
path-clean = "0.1.0"
|
path-clean = "0.1.0"
|
||||||
path-slash = "0.2.1"
|
path-slash = "0.2.1"
|
||||||
rayon = "1.6.1"
|
rayon = "1.6.1"
|
||||||
repak = { version = "0.1.1", path = "../repak" }
|
repak = { version = "0.1.7", path = "../repak" }
|
||||||
strum = { workspace = true }
|
strum = { workspace = true }
|
||||||
|
|
Loading…
Reference in a new issue