Do not use repeat_n as it was introduced in 1.82

This commit is contained in:
Jeremy Soller 2024-11-11 11:31:32 -07:00
parent 1743730fd9
commit 353bbbee37
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 16 additions and 3 deletions

View file

@ -14,6 +14,8 @@ alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "ca
env_logger = "0.10"
hex_color = { version = "3", features = ["serde"] }
indexmap = "2"
#TODO: for repeat_n, which is in std in 1.82
itertools = "0.13"
lazy_static = "1"
log = "0.4"
open = "5.0.2"