gitbutler/crates
Sebastian Thiel c30ac3ba62
optimize tokio features
Previously, the attempt was made to enable only those `tokio` features
that are actually used. However, due to default-features still being
enabled and `tauri` using the `full` feature, for most intents and purposes
that wasn't effective.

Now default features are disabled, and `full` isn't used anymore, forcing
all crates to mention the exact features they need.

Note that `tracing` is missing here, as it wasn't effective previously
without the `--cfg tokio_unstable` option also being specified as rustflag.
2024-04-18 09:48:23 +02:00
..
gitbutler-analytics optimize tokio features 2024-04-18 09:48:23 +02:00
gitbutler-changeset Revert "Remove unused (?) allow clippy statements" 2024-04-09 14:50:31 +02:00
gitbutler-core optimize tokio features 2024-04-18 09:48:23 +02:00
gitbutler-git optimize tokio features 2024-04-18 09:48:23 +02:00
gitbutler-tauri optimize tokio features 2024-04-18 09:48:23 +02:00
gitbutler-testsupport dissolve the event queue in favor of method calls 2024-04-15 07:11:09 +02:00
gitbutler-watcher optimize tokio features 2024-04-18 09:48:23 +02:00