Compare commits

...

2 commits

Author SHA1 Message Date
53bd0d35b5 Update Rust crate ringbuf to 0.4.1
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 26m0s
2024-05-18 06:05:56 +00:00
066ba0cddb Update Rust crate anyhow to 1.0.85
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 26m49s
2024-05-18 00:06:51 +00:00

View file

@ -15,11 +15,11 @@ 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.84", features = ["backtrace"] }
anyhow = { version = "1.0.85", features = ["backtrace"] }
paste = "1.0.15"
serde = "1.0.202"
serde_json = "1.0.117"
ringbuf = "0.3.3"
ringbuf = "0.4.1"
lazy_static = "1.4.0"
[profile.release-lto]