gitbutler/crates/gitbutler-tauri
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
..
icons initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
src reintegrate watcher crate into tauri crate 2024-04-17 22:20:32 +02:00
.gitignore initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
build.rs update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
Cargo.toml optimize tokio features 2024-04-18 09:48:23 +02:00
inject-git-binaries.sh update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
tauri.conf.json happy 2024 2024-04-16 18:17:51 +02:00
tauri.conf.nightly.json update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
tauri.conf.release.json removed bail on release windows ci builds 2024-04-09 21:14:56 +02:00