mirror of
https://github.com/stefanoamorelli/crabrl.git
synced 2026-04-18 07:10:42 +00:00
fix: replace compact_str with String to resolve CI issues
- Remove compact_str dependency completely - Replace all CompactString usage with standard String - Fix all clippy warnings (Default impls, if let, type alias) - Tests and library build successfully
This commit is contained in:
@@ -12,7 +12,6 @@ categories = ["parser-implementations", "finance", "command-line-utilities"]
|
||||
[dependencies]
|
||||
# Core
|
||||
quick-xml = "0.36"
|
||||
compact_str = "0.7"
|
||||
chrono = "0.4"
|
||||
|
||||
# Performance
|
||||
|
||||
Reference in New Issue
Block a user