Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QaidVoid committed Nov 15, 2024
1 parent e4e87ba commit e338003
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.1"
version = "0.2.0"
authors = ["Rabindra Dhakal <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions squishy-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "squishy-cli"
description = "A simple CLI tool to work with SquashFS files"
version = "0.1.2"
version = "0.2.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand All @@ -13,6 +13,6 @@ name = "squishy"
path = "src/main.rs"

[dependencies]
squishy = { path = "../squishy", version = "0.1.1" }
squishy = { path = "../squishy", version = "0.2.0" }
clap = { version = "4.5.20", features = ["cargo", "derive"] }
goblin = { version = "0.9.2", default-features = false, features = ["elf32", "elf64", "endian_fd", "std"] }

0 comments on commit e338003

Please sign in to comment.