-
- Downloads
fix serial2
... | ... | @@ -8,10 +8,10 @@ authors = ["Jonathan Dönszelmann <jonabent@gmail.com>", "Victor Roest <victor@x |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
serial2 = "0.1" | ||
serial2 = "0.2.1" | ||
serial_enumerator = "0.2" | ||
color-eyre = "0.6" | ||
crossterm = "0.25" | ||
crossterm = "0.26.1" | ||
[dev-dependencies] | ||
expect-test = "1.4.0" | ||
... | ... |
Please sign in to comment