Update Rust crate gtk to 0.17.1
This commit is contained in:
parent
d6c82046cb
commit
6edb4de3f2
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
serialport = "4.2.0"
|
||||
gtk = { version = "0.17.0", features = ["v3_24"] }
|
||||
gtk = { version = "0.17.1", features = ["v3_24"] }
|
||||
anyhow = { version = "1.0.70", features = ["backtrace"] }
|
||||
glib = "0.17.5"
|
||||
|
|
Loading…
Reference in a new issue