diff --git a/exe/Cargo.toml b/exe/Cargo.toml index 9aeea9c..d3b5332 100644 --- a/exe/Cargo.toml +++ b/exe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "puzzlefs" -version = "0.1.0" +version = "0.2.0" authors = ["Tycho Andersen ", "Ariel Miculas "] description = """ PuzzleFS is a next-generation container filesystem. @@ -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] diff --git a/puzzlefs-lib/Cargo.toml b/puzzlefs-lib/Cargo.toml index 92be84c..e361200 100644 --- a/puzzlefs-lib/Cargo.toml +++ b/puzzlefs-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "puzzlefs-lib" -version = "0.1.0" +version = "0.2.0" authors = ["Tycho Andersen ", "Ariel Miculas "] description = """ Build, mount and extract PuzzleFS images.