We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb2946b + 0e62c31 commit 36c93a1Copy full SHA for 36c93a1
CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+ - Reduced build bloat.
13
+
14
### Fixed
15
16
### Changed
Cargo.toml
@@ -15,7 +15,7 @@ rust-version = "1.70"
[dependencies]
owo-colors = "4.0"
17
pad = "0.1.6"
18
-prettytable-rs = { version = "0.10.0", optional = true }
+prettytable-rs = { version = "0.10.0", optional = true, default-features = false }
19
20
[features]
21
cli = ["prettytable-rs"]
0 commit comments