Compare commits

...

2 commits

Author SHA1 Message Date
172a2b7946 Update Rust crate ringbuf to 0.4.1
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 25m50s
2024-07-01 15:05:38 +00:00
d7064e37b3 Update Rust crate lazy_static to 1.5.0
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 28m44s
2024-07-01 12:05:42 +00:00

View file

@ -19,8 +19,8 @@ anyhow = { version = "1.0.86", features = ["backtrace"] }
paste = "1.0.15"
serde = "1.0.203"
serde_json = "1.0.119"
ringbuf = "0.3.3"
lazy_static = "1.4.0"
ringbuf = "0.4.1"
lazy_static = "1.5.0"
[profile.release-lto]
inherits = "release"