Skip to content

Commit

Permalink
Update puzzlefs exe and lib to version 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Miculas-Trif <[email protected]>
  • Loading branch information
ariel-miculas committed Sep 18, 2024
1 parent 062e7cc commit a9f165f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puzzlefs"
version = "0.1.0"
version = "0.2.0"
authors = ["Tycho Andersen <[email protected]>", "Ariel Miculas <[email protected]>"]
description = """
PuzzleFS is a next-generation container filesystem.
Expand All @@ -24,7 +24,7 @@ log = "0.4.17"
env_logger = "0.9.3"
syslog = "6.0.1"
os_pipe = "1.1.2"
puzzlefs-lib = { path = "../puzzlefs-lib", version = "0.1.0" }
puzzlefs-lib = { path = "../puzzlefs-lib", version = "0.2.0" }
hex = "0.4.3"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion puzzlefs-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puzzlefs-lib"
version = "0.1.0"
version = "0.2.0"
authors = ["Tycho Andersen <[email protected]>", "Ariel Miculas <[email protected]>"]
description = """
Build, mount and extract PuzzleFS images.
Expand Down

0 comments on commit a9f165f

Please sign in to comment.