aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
AgeCommit message (Collapse)Author
2023-03-07Upd Crates, Rust, MSRV, GHA and remove BacktraceBlackDex
- Changed MSRV to v1.65. Discussed this with @dani-garcia, and we will support **N-2**. This is/will be the same as for the `time` crate we use. Also updated the wiki regarding this https://github.com/dani-garcia/vaultwarden/wiki/Building-binary - Removed backtrace crate in favor of `std::backtrace` stable since v1.65 - Updated Rust to v1.67.1 - Updated all the crates - Updated the GHA action versions - Adjusted the GHA MSRV build to extract the MSRV from `Cargo.toml`
2022-05-06Improve sync speed and updated dep. versionsBlackDex
Improved sync speed by resolving the N+1 query issues. Solves #1402 and Solves #1453 With this change there is just one query done to retreive all the important data, and matching is done in-code/memory. With a very large database the sync time went down about 3 times. Also updated misc crates and Github Actions versions.
2022-02-27Async/Awaited all db methodsBlackDex
This is a rather large PR which updates the async branch to have all the database methods as an async fn. Some iter/map logic needed to be changed to a stream::iter().then(), but besides that most changes were just adding async/await where needed.
2021-04-06Modify rustfmt fileJake Howard
2019-12-27FormattingDaniel García
2018-12-30Start using rustfmt and some style changes to make some lines shorterDaniel García