Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding feature turns off default features #23

Closed
Morganamilo opened this issue Oct 26, 2021 · 0 comments
Closed

Adding feature turns off default features #23

Morganamilo opened this issue Oct 26, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Morganamilo
Copy link

% cargo feature alpm +generate
      Adding feature `generate` to crate `alpm`


% git diff
diff --git a/Cargo.toml b/Cargo.toml
index 77e7c00..664eab5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "help"]


 [dependencies]
-alpm = "2.1.1"
+alpm = { version = "2.1.1", default-features = false, features = ["generate"] }
 alpm-utils = "1.1.0"
 aur-depends = "1.0.2"
 aur-fetch = "0.10.0"
morganamilo@Octavia #547 ~git/paru %
@Riey Riey added the bug Something isn't working label Oct 26, 2021
@Riey Riey closed this as completed in 11536da Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants