Skip to content

Commit 36c93a1

Browse files
authored
Merge pull request #23 from asomers/no-csv
Remove the csv feature from prettytable
2 parents eb2946b + 0e62c31 commit 36c93a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Reduced build bloat.
13+
1214
### Fixed
1315

1416
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.70"
1515
[dependencies]
1616
owo-colors = "4.0"
1717
pad = "0.1.6"
18-
prettytable-rs = { version = "0.10.0", optional = true }
18+
prettytable-rs = { version = "0.10.0", optional = true, default-features = false }
1919

2020
[features]
2121
cli = ["prettytable-rs"]

0 commit comments

Comments
 (0)