Compare commits

..

No commits in common. "610900cef23e8060afbb73f9d68b16daffd68125" and "523a62f43a06d04973ff1644921862c478872a6e" have entirely different histories.

View file

@ -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.0"
gtk = { version = "0.17.1", features = ["v3_24"] } gtk = { version = "0.17.1", features = ["v3_24"] }
anyhow = { version = "1.0.71", features = ["backtrace"] } anyhow = { version = "1.0.71", features = ["backtrace"] }
glib = "0.17.9" glib = "0.17.9"