Update Rust crate gtk to 0.17.0 #12
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
serialport = "4.2.0"
|
||||
gtk = { version = "0.16.2", features = ["v3_24"] }
|
||||
gtk = { version = "0.17.0", features = ["v3_24"] }
|
||||
anyhow = { version = "1.0.69", features = ["backtrace"] }
|
||||
glib = "0.16.7"
|
||||
|
|
Loading…
Reference in a new issue