diff --git a/CHANGELOG.md b/CHANGELOG.md index 756eda5..6398a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added + - Reduced build bloat. + ### Fixed ### Changed diff --git a/Cargo.toml b/Cargo.toml index 11378f9..99dfd10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.70" [dependencies] owo-colors = "4.0" pad = "0.1.6" -prettytable-rs = { version = "0.10.0", optional = true } +prettytable-rs = { version = "0.10.0", optional = true, default-features = false } [features] cli = ["prettytable-rs"]