mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 19:36:32 +03:00
Remove itertools dependency
Collecting into Vec of &str and joining may even be faster according to benchmarks: https://gist.github.com/green-s/fbd0d374b290781ac9b3f8ff03e3245d
This commit is contained in:
committed by
Floris Bruynooghe
parent
8732b7a55c
commit
c4d1a639b0
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1101,7 +1101,6 @@ dependencies = [
|
||||
"humansize",
|
||||
"image",
|
||||
"indexmap",
|
||||
"itertools",
|
||||
"kamadak-exif",
|
||||
"lettre_email",
|
||||
"libc",
|
||||
|
||||
Reference in New Issue
Block a user