chore: Release

This commit is contained in:
Truman Kilen 2023-02-07 22:58:41 -06:00
parent 5bec080261
commit 348e502156
2 changed files with 2 additions and 2 deletions

View file

@ -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.0" version = "0.1.1"
edition = "2021" edition = "2021"
[workspace.dependencies] [workspace.dependencies]

View file

@ -16,5 +16,5 @@ base64 = { workspace = true }
clap = { version = "4.1.4", features = ["derive"] } clap = { version = "4.1.4", features = ["derive"] }
path-clean = "0.1.0" path-clean = "0.1.0"
rayon = "1.6.1" rayon = "1.6.1"
repak = { version = "0.1.0", path = "../repak" } repak = { version = "0.1.1", path = "../repak" }
strum = { workspace = true } strum = { workspace = true }