Do not use repeat_n as it was introduced in 1.82
This commit is contained in:
parent
1743730fd9
commit
353bbbee37
3 changed files with 16 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue