Properly format day delimiter
This commit is contained in:
@ -39,6 +39,7 @@ color-eyre = "0.6.2"
|
||||
human-panic = "1.2.0"
|
||||
|
||||
# Internal
|
||||
enum_dispatch = "0.3.12"
|
||||
inventory = "0.3"
|
||||
itertools = "0.11.0"
|
||||
lazy_static = "1.4.0"
|
||||
@ -60,6 +61,7 @@ matrix-sdk-ui = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev
|
||||
|
||||
# UI
|
||||
ansi-to-tui = "3.1.0"
|
||||
chrono = "0.4.31"
|
||||
crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
|
||||
ratatui = { version = "0.24.0", features = ["serde", "macros"] }
|
||||
strip-ansi-escapes = "0.2.0"
|
||||
|
Reference in New Issue
Block a user