Update rust-cache to v2 in github tests to make it faster (#113)

This commit is contained in:
Igor Katson 2024-04-05 10:52:27 +01:00 committed by GitHub
parent 8524e73fda
commit 2fb3da9dc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,7 @@
//!
//! It also proved useful to use the [`Api`] when building the rqbit desktop app, as it provides
//! a facade that works with simple serializable types.
//!
pub mod api;
mod api_error;