diff --git a/Cargo.toml b/Cargo.toml index c1c986f..a419777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sarge" -version = "7.2.1" +version = "7.2.2" edition = "2021" authors = ["Kyllingene"] diff --git a/README.md b/README.md index 7c19ec7..a9c9b98 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ dependencies, reducing cruft and therefore build times. Here are some differences with the industry standard, [clap](https://crates.io/crates/clap): - No dependencies - - Leads to small size: `256KiB` compared to clap's `5.4MiB`\* + - Leads to small size: `264KiB` compared to clap's `5.5MiB`\* (shallow clone of git repository | `du -h`) - - Leads to fast builds: `0.46s` to clap's `19.97s`, clean build\* - (times on my old laptop over cellular) + - Leads to fast builds: `0.4s` to clap's `7s`, clean build\* + (times on desktop over decent WiFi) - No proc macros - Provides a powerful *regular* macro through the default feature `macros` - Provides a cleaner builder-like interface