Skip to content

Commit 533523b

Browse files
committed
v0.5.1
1 parent 7f2f3e5 commit 533523b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.5.0"
9+
version = "0.5.1"
1010
authors = ["Rabindra Dhakal <contact@qaidvoid.dev>"]
1111
license = "MIT"
1212
edition = "2021"

squishy-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "squishy-cli"
33
description = "A simple CLI tool to work with SquashFS and DwarFS files"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true
@@ -17,7 +17,7 @@ default = ["dwarfs"]
1717
dwarfs = ["squishy/dwarfs"]
1818

1919
[dependencies]
20-
squishy = { path = "../squishy", version = "0.5.0", features = ["appimage", "rayon"] }
20+
squishy = { path = "../squishy", version = "0.5.1", features = ["appimage", "rayon"] }
2121
clap = { version = "4.6.1", features = ["cargo", "derive"] }
2222
goblin = { version = "0.10.7", default-features = false, features = ["elf32", "elf64", "endian_fd", "std"] }
2323
rayon = "1.12.0"

0 commit comments

Comments
 (0)