Update Rust crate glib to 0.17.9
This commit is contained in:
parent
15b216e60c
commit
0ad7ecdfea
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ edition = "2021"
|
||||||
serialport = "4.2.0"
|
serialport = "4.2.0"
|
||||||
gtk = { version = "0.17.1", features = ["v3_24"] }
|
gtk = { version = "0.17.1", features = ["v3_24"] }
|
||||||
anyhow = { version = "1.0.70", features = ["backtrace"] }
|
anyhow = { version = "1.0.70", features = ["backtrace"] }
|
||||||
glib = "0.17.8"
|
glib = "0.17.9"
|
||||||
|
|
Loading…
Reference in a new issue