diff --git a/Cargo.toml b/Cargo.toml index b9b4de4..03cebb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ rustic - fast, encrypted, deduplicated backups powered by Rust """ [features] -default = ["self-update", "tui", "webdav"] +default = ["tui", "webdav"] mimalloc = ["dep:mimalloc"] jemallocator = ["dep:jemallocator-global"] self-update = ["dep:self_update", "dep:semver"]