mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
fix: Update crossterm dependency version to 0.29
This commit is contained in:
parent
2968c063a4
commit
17c6e7ee98
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
serialport = "4.2"
|
||||
chrono = "0.4"
|
||||
crossterm = "0.27"
|
||||
crossterm = "0.29"
|
||||
regex = "1.11"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue