From b8e325eb8fb1fedb96c35af2cf9fa6f8d07a01ef Mon Sep 17 00:00:00 2001 From: pentamassiv Date: Wed, 17 Apr 2024 02:30:55 +0200 Subject: [PATCH] Revert accidental change of default feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c40f0755..fc3fc4c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ exclude = [".github", "examples", ".gitignore", "rustfmt.toml"] all-features = true [features] -default = ["libei"] +default = ["xdo"] libei = ["dep:reis", "dep:ashpd", "dep:pollster", "dep:once_cell"] serde = ["dep:serde"] wayland = [