Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Dec 21, 2024
1 parent b710fdf commit a07a570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures = "0.3"
ratatui = "0.29"
tokio = { version = "1", features = ["full"] }
dirs = "5"
toml = { version = "0.8" }
toml = "0.8"
serde = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive", "cargo"] }
terminal-light = "1"
Expand Down

0 comments on commit a07a570

Please sign in to comment.