From 0ffbd0afd25104da98aa803ab7333244db7ce5c4 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 16 Jun 2021 17:43:27 +0200 Subject: [PATCH] Improve Cargo.toml comments cargo search did not find the package so had to update some strings --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"