Compare commits

..

2 commits

Author SHA1 Message Date
000e9fee49 Update Rust crate ringbuf to 0.4.1
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 25m9s
2024-05-18 18:05:52 +00:00
b2526bcbfb Update Rust crate anyhow to 1.0.86
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 22m54s
2024-05-18 12:06:53 +00:00

View file

@ -15,7 +15,7 @@ utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
rfactor_sm_reader = { git = "https://gavania.de/hodasemi/rfactor_sm_reader.git" }
ui = { git = "https://gavania.de/hodasemi/ui.git" }
anyhow = { version = "1.0.85", features = ["backtrace"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
paste = "1.0.15"
serde = "1.0.202"
serde_json = "1.0.117"