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

Update dependencies. #1211

Merged
merged 10 commits into from
May 20, 2020
Merged
Prev Previous commit
Next Next commit
Removed an unused feature flag
  • Loading branch information
Michael-F-Bryan authored and ehuss committed May 20, 2020
commit ad4f0263e01b9085d2a4e44fdc2c2c9ddaf93478
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ pretty_assertions = "0.6"
walkdir = "2.0"

[features]
default = ["output", "watch", "serve", "search"]
debug = []
output = []
default = ["watch", "serve", "search"]
watch = ["notify", "gitignore"]
serve = ["iron", "staticfile", "ws"]
search = ["elasticlunr-rs", "ammonia"]
Expand Down