Update Rust crate serialport to 4.2.2 #34
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serialport = "4.2.1"
|
serialport = "4.2.2"
|
||||||
gtk = { version = "0.17.1", features = ["v3_24"] }
|
gtk = { version = "0.17.1", features = ["v3_24"] }
|
||||||
anyhow = { version = "1.0.72", features = ["backtrace"] }
|
anyhow = { version = "1.0.72", features = ["backtrace"] }
|
||||||
glib = "0.18.1"
|
glib = "0.18.1"
|
||||||
|
|
Loading…
Reference in a new issue