Update Rust crate glib to 0.19.6
Some checks failed
Gavania Merge Build / Serial Reader (pull_request) Failing after 25m51s
Some checks failed
Gavania Merge Build / Serial Reader (pull_request) Failing after 25m51s
This commit is contained in:
parent
818c43242f
commit
82321a2750
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ edition = "2021"
|
||||||
serialport = "4.3.0"
|
serialport = "4.3.0"
|
||||||
gtk = { version = "0.18.1", features = ["v3_24"] }
|
gtk = { version = "0.18.1", features = ["v3_24"] }
|
||||||
anyhow = { version = "1.0.85", features = ["backtrace"] }
|
anyhow = { version = "1.0.85", features = ["backtrace"] }
|
||||||
glib = "0.18.5"
|
glib = "0.19.6"
|
||||||
|
|
Loading…
Reference in a new issue