Compare commits

..

No commits in common. "22e0ea09e53923aefdbe93676c920ff7bbaa6aa9" and "be78805d5e30515c843388b67b356c3a2567483f" 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.3.0" serialport = "4.2.2"
gtk = { version = "0.18.1", features = ["v3_24"] } gtk = { version = "0.18.1", features = ["v3_24"] }
anyhow = { version = "1.0.75", features = ["backtrace"] } anyhow = { version = "1.0.75", features = ["backtrace"] }
glib = "0.18.4" glib = "0.18.4"