Update Rust crate gtk to 0.18.1 #40
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
serialport = "4.2.2"
|
||||
gtk = { version = "0.18.0", features = ["v3_24"] }
|
||||
gtk = { version = "0.18.1", features = ["v3_24"] }
|
||||
anyhow = { version = "1.0.75", features = ["backtrace"] }
|
||||
glib = "0.18.1"
|
||||
|
|
Loading…
Reference in a new issue