diff --git a/Cargo.toml b/Cargo.toml index 5028a6e..4997dd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "e2size" -description = "A simple library for ext2/3/4 size calculation based on the superblock" +description = "A simple library for ext2 (also ext3 and ext4) size calculation based on the superblock" repository = "https://github.com/madmo/e2size" -version = "0.1.1" +version = "0.1.2" authors = ["Moritz Bitsch "] readme = "README.md" license = "ISC"