Compare commits

...

3 commits

Author SHA1 Message Date
666547b6d0 Merge pull request 'Update Rust crate anyhow to 1.0.81' (#3) from renovate/anyhow-1.x into master
Reviewed-on: #3
2024-03-18 13:53:21 +00:00
993f6b445d Merge branch 'master' into renovate/anyhow-1.x
All checks were successful
Terrarium Controller Merge Build / Build (pull_request) Successful in 14m7s
2024-03-13 07:54:22 +00:00
e7c685290a Update Rust crate anyhow to 1.0.81
Some checks failed
Terrarium Controller Merge Build / Build (pull_request) Failing after 4m36s
2024-03-12 03:07:16 +00:00

View file

@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
serialport = "4.3.0"
gtk = { version = "0.18.1", features = ["v3_24"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
anyhow = { version = "1.0.81", features = ["backtrace"] }
glib = "0.18.5"